Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent f0e3304 commit 1c856fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: ./gradlew data
- run: ./gradlew test build
- name: Publish
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: '*/build/libs/*'
name: '${{ github.event.repository.name }}-Forge-${{ github.run_number }}'
Expand All @@ -54,7 +54,7 @@ jobs:
- run: ./gradlew data
- run: ./gradlew test build
- name: Publish
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: '*/build/libs/*'
name: '${{ github.event.repository.name }}-NeoForge-${{ github.run_number }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_forge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
done
- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SLP-Release-${{ github.run_number }}
path: |
Expand Down

0 comments on commit 1c856fd

Please sign in to comment.