Merge pull request #8 from NotJansel/renovate/major-github-artifact-actions [skip ci]
Update actions/upload-artifact action to v4
This commit is contained in:
commit
93a052c683
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: "./gradlew build"
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
with:
|
||||
name: Build and Deploy Artifacts
|
||||
|
|
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: "./gradlew build"
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
with:
|
||||
name: Build and Deploy Artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue