Skip to content

Commit 2beb6ed

Browse files
chore(deps): update github artifact actions
1 parent f5c6cb6 commit 2beb6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdre.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ jobs:
660660
661661
- name: Upload digest
662662
if: ${{ matrix.ENABLED }}
663-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
663+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
664664
with:
665665
name: digests-${{ needs.workflows_env.outputs.digest_id }}-${{ steps.prepare.outputs.PLATFORM_PAIR }}
666666
path: ${{ runner.temp }}/${{ needs.workflows_env.outputs.digest_id }}/digests/*
@@ -677,7 +677,7 @@ jobs:
677677
id-token: write
678678
steps:
679679
- name: Download digests
680-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
680+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
681681
with:
682682
path: ${{ runner.temp }}/digests
683683
pattern: digests-${{ needs.workflows_env.outputs.digest_id }}-*

0 commit comments

Comments
 (0)