Skip to content

Commit 2799998

Browse files
dependabot[bot]spholz
authored andcommitted
CI: Bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94eedd3 commit 2799998

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lagom-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Upload LibWeb Test Artifacts
169169
if: ${{ always() && inputs.fuzzer == 'NO_FUZZ' }}
170-
uses: actions/upload-artifact@v5
170+
uses: actions/upload-artifact@v7
171171
with:
172172
name: libweb-test-artifacts-${{ inputs.os_name }}
173173
path: ${{ github.workspace }}/Meta/Lagom/Build/Ladybird/test-dumps

.github/workflows/serenity-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
# all of the instrumented binaries and the profdata file.
211211
- name: Upload Coverage Results
212212
if: ${{ inputs.coverage == 'ON' && github.event_name != 'pull_request' }}
213-
uses: actions/upload-artifact@v5
213+
uses: actions/upload-artifact@v7
214214
with:
215215
name: serenity-coverage
216216
path: ${{ steps.build-parameters.outputs.build_directory }}/reports

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
folder: ${{ github.workspace }}/libjs-data
112112

113113
- name: Upload artifact package
114-
uses: actions/upload-artifact@v5
114+
uses: actions/upload-artifact@v7
115115
with:
116116
name: serenity-js-wasm
117117
path: libjs-wasm.tar.gz

0 commit comments

Comments
 (0)