Skip to content

Commit

Permalink
Merge pull request #403 from avisi-cloud/renovate/actions-upload-arti…
Browse files Browse the repository at this point in the history
…fact-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
dirkgroot authored Dec 29, 2023
2 parents 21841ed + d021527 commit 978f451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Execute Gradle build
run: ./gradlew test installDist
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: build/install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Execute Gradle build
run: ./gradlew -PprojectVersion=${{ github.ref_name }} test assemble installDist
- name: Archive binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: build/install
retention-days: 1
- name: Archive distribution
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: distribution
path: build/distributions
Expand Down

0 comments on commit 978f451

Please sign in to comment.