Skip to content

Commit

Permalink
.github/workflows/release: Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Sep 4, 2024
1 parent fea466b commit 629ab44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# project version.
- uses: rkdarst/action-verify-python-version@main

- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v4
with:
name: dist-directory
path: dist/
Expand All @@ -76,7 +76,7 @@ jobs:
id-token: write # for trusted publishing
steps:

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-directory
path: dist/
Expand Down

0 comments on commit 629ab44

Please sign in to comment.