Skip to content

Commit

Permalink
Bump actions/download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucekdudek committed Sep 23, 2024
1 parent aab6e8b commit 0a40ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: Gr1N/setup-poetry@v8

- name: Retrieve the built package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand All @@ -103,7 +103,7 @@ jobs:
- uses: Gr1N/setup-poetry@v8

- name: Retrieve the built package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down

0 comments on commit 0a40ac5

Please sign in to comment.