Skip to content

Commit db5a1a7

Browse files
Bump actions/upload-artifact from 3 to 4 (#7065)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97d4508 commit db5a1a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tar -cvf z3-build-${{ matrix.android-abi }}.tar *.jar *.so
3333
3434
- name: Archive production artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: android-build-${{ matrix.android-abi }}
3838
path: build/z3-build-${{ matrix.android-abi }}.tar

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
id: date
9292
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
9393

94-
- uses: actions/upload-artifact@v3
94+
- uses: actions/upload-artifact@v4
9595
with:
9696
name: coverage-${{steps.date.outputs.date}}
9797
path: ${{github.workspace}}/coverage.html
9898
retention-days: 4
9999

100-
- uses: actions/upload-artifact@v3
100+
- uses: actions/upload-artifact@v4
101101
with:
102102
name: coverage-details-${{steps.date.outputs.date}}
103103
path: ${{env.COV_DETAILS_PATH}}

0 commit comments

Comments
 (0)