Skip to content

Commit

Permalink
Update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Dec 16, 2023
1 parent 2f6e9e0 commit 534c0ed
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 @@ -32,7 +32,7 @@ jobs:
run: ./gradlew check distZip

- name: Archive dex tools
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success()
with:
name: dex-tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
artifacts: dex-tools/build/distributions/dex-tools-*.zip

- name: Archive dex tools
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success()
with:
name: dex-tools
Expand Down

0 comments on commit 534c0ed

Please sign in to comment.