Skip to content

Commit

Permalink
chore: upgrade actions/upload-artifact from v3 to v4 in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jan 16, 2025
1 parent 5970f87 commit 3e07c80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
failure() &&
github.event_name == 'pull_request' &&
steps.lint.outputs.changed == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lint-fix
path: fix.patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload artifacts
if: github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pkg-build
path: ./build/pkg/*.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload artifacts
if: github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pkg-build
path: ./build/pkg/*.zip
Expand Down

0 comments on commit 3e07c80

Please sign in to comment.