mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-24 14:35:51 +00:00
CI: Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ede35e31a9
commit
30e94270e5
4
.github/workflows/sop-test-suite.yml
vendored
4
.github/workflows/sop-test-suite.yml
vendored
@ -60,12 +60,12 @@ jobs:
|
|||||||
RESULTS_HTML: .github/test-suite/test-suite-results.html
|
RESULTS_HTML: .github/test-suite/test-suite-results.html
|
||||||
# Upload results
|
# Upload results
|
||||||
- name: Upload test results json artifact
|
- name: Upload test results json artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: test-suite-results.json
|
name: test-suite-results.json
|
||||||
path: .github/test-suite/test-suite-results.json
|
path: .github/test-suite/test-suite-results.json
|
||||||
- name: Upload test results html artifact
|
- name: Upload test results html artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: test-suite-results.html
|
name: test-suite-results.html
|
||||||
path: .github/test-suite/test-suite-results.html
|
path: .github/test-suite/test-suite-results.html
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user