Skip to content

Commit

Permalink
ci: update actions to latest upload/download versions (#176)
Browse files Browse the repository at this point in the history
Upgraded upload-artifact and download-artifact actions to v4.
  • Loading branch information
steebchen authored Feb 14, 2025
1 parent 8187bd1 commit 0517709
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 @@ -108,7 +108,7 @@ jobs:
shell: bash

- name: Upload release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: ${{ steps.artifacts.outputs.file_name }}
Expand All @@ -123,7 +123,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit 0517709

Please sign in to comment.