Skip to content

Commit

Permalink
ci: Update upload-artifact and download-artifact (#68)
Browse files Browse the repository at this point in the history
The older versions are deprecated and will stop working next month.
  • Loading branch information
joeyparrish authored Nov 6, 2024
1 parent da96db4 commit a6e54a4
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 @@ -128,7 +128,7 @@ jobs:
cp shaka-*/windows/*.nupkg staging/
- name: Upload packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-packages
path: staging/
Expand All @@ -141,7 +141,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-packages

Expand Down

0 comments on commit a6e54a4

Please sign in to comment.