Skip to content

Commit

Permalink
ci: GitHub upload-artifacts @v4.0.0 (#430)
Browse files Browse the repository at this point in the history
* ci: GitHub upload-artifacts @v4

* v4 upload artifacts

* Update gradle.yml

* upload artifacts v4.0.0
  • Loading branch information
sdelamo authored Jan 8, 2024
1 parent 7001f1c commit 1fcc6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: "📜 Upload binary compatibility check results"
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
with:
name: binary-compatibility-reports
path: "**/build/reports/binary-compatibility-*.html"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
# Store the hash in a file, which is uploaded as a workflow artifact.
sha256sum $ARTIFACTS | base64 -w0 > artifacts-sha256
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
with:
name: gradle-build-outputs
path: build/repo/${{ steps.publish.outputs.group }}/*/${{ steps.publish.outputs.version }}/*
retention-days: 5
- name: Upload artifacts-sha256
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
with:
name: artifacts-sha256
path: artifacts-sha256
Expand Down

0 comments on commit 1fcc6ed

Please sign in to comment.