Skip to content

Commit ebaf11d

Browse files
chore(deps): update github artifact actions (major) (#1463)
chore(deps): update github artifact actions | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/download-artifact | v5.0.0 | v6.0.0 | | github-tags | actions/upload-artifact | v4.6.2 | v5.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent c8ac4a2 commit ebaf11d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/publish-techdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
# Create an artifact out of the generated documentation so that it can be
144144
# debugged if necessary:
145145
- name: Create docs artifact
146-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
146+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
147147
with:
148148
name: site
149149
path: site

.github/workflows/reusable-zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
> results.sarif
393393
394394
- name: Upload artifact
395-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
395+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
396396
with:
397397
name: SARIF file
398398
path: results.sarif

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7070
# format to the repository Actions tab.
7171
- name: "Upload artifact"
72-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7373
with:
7474
name: SARIF file
7575
path: results.sarif

actions/azure-trusted-signing/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
"staging-path=$stagingPath" >> ${env:GITHUB_OUTPUT}
7272
7373
- name: Download artifact
74-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
74+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7575
with:
7676
name: ${{ inputs.artifact-to-sign }}
7777
path: ${{ steps.get-staging-path.outputs.staging-path }}
@@ -151,7 +151,7 @@ runs:
151151
}
152152
153153
- name: Upload signed artifacts
154-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
155155
with:
156156
name: ${{ inputs.signed-artifact-name }}
157157
path: ${{ steps.get-staging-path.outputs.staging-path }}

actions/docker-export-digest/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
STEPS_BUILD_OUTPUTS_DIGEST: ${{ inputs.digest }}
3636

3737
- name: Upload digest
38-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
38+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3939
with:
4040
name: digests-${{ steps.prepare.outputs.platform-pair }}
4141
path: ${{ runner.temp }}/digests/*

actions/docker-import-digests-push-manifest/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
persist-credentials: false
3737

3838
- name: Download digests
39-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
39+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4040
with:
4141
path: ${{ runner.temp }}/digests
4242
pattern: digests-*

0 commit comments

Comments
 (0)