Skip to content

Commit

Permalink
bump to upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Nov 6, 2024
1 parent cbd422b commit 3344803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./gradlew :smokeTest --no-daemon

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zume
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
run: ./gradlew :smokeTest --no-daemon
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zume
path: |
Expand Down

0 comments on commit 3344803

Please sign in to comment.