Skip to content

Commit 4c3a3e0

Browse files
dependabot[bot]cedric-anne
authored andcommitted
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 558142d commit 4c3a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/glpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
308308
- name: "Upload digest"
309309
if: ${{ needs.prepare.outputs.push == 'true' }}
310-
uses: "actions/upload-artifact@v4"
310+
uses: "actions/upload-artifact@v6"
311311
with:
312312
name: "digests-${{ needs.prepare.outputs.artifact-prefix }}-${{ env.PLATFORM_PAIR }}"
313313
path: "${{ runner.temp }}/digests/*"

0 commit comments

Comments
 (0)