Skip to content

Commit

Permalink
deps: bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Dec 26, 2023
1 parent 161e711 commit d7c02ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
1.20.2
java: 17
- name: 'Upload GitHub Artifacts 📦'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: HuskHomes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
1.20.2
java: 17
- name: 'Upload GitHub Artifacts 📦'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: HuskHomes
path: |
Expand Down

0 comments on commit d7c02ec

Please sign in to comment.