Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dbt-labs/dbt-adapters into …
Browse files Browse the repository at this point in the history
…mcknight/ct-2819
  • Loading branch information
McKnight-42 committed Aug 1, 2024
2 parents 13f3f35 + 7935b13 commit 253686a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.archive-name }}
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-hatch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: composite
steps:
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}

Expand Down

0 comments on commit 253686a

Please sign in to comment.