Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4 (#1086)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent ab6d6c2 commit f083bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: poetry_build
path: dist/
Expand All @@ -60,7 +60,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: poetry_build
path: dist/
Expand Down

0 comments on commit f083bbd

Please sign in to comment.