Skip to content

Commit

Permalink
ci: update actions/upload-artifact in workflows to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 23, 2024
1 parent 361f96f commit 30efc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cp changelog.md artifacts/
cp documentation/third-party.md artifacts/
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: webp-viewer-windows-msys2
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pwd
ls -lah
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package-${{ matrix.os }}
path: webp*.deb

0 comments on commit 30efc6c

Please sign in to comment.