Skip to content

Commit aba3ca9

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 in the github-actions group (#2192)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 896e3bb commit aba3ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
ID_PRESETS_CDN_URL: '../../'
3535

36-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737
with:
3838
name: preview
3939
path: |
@@ -43,7 +43,7 @@ jobs:
4343
- name: Store pull request number for later use
4444
run: |
4545
echo ${{github.event.number}} > ./pr_number
46-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
46+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4747
with:
4848
name: pr
4949
path: ./pr_number

0 commit comments

Comments
 (0)