Skip to content

Commit 95b2bcb

Browse files
committed
fix version pin
1 parent 01977e4 commit 95b2bcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-rendered-specs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Upload fix patch
8080
id: upload-patch
8181
if: hashFiles('rendered-specs.patch') != ''
82-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
82+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8383
with:
8484
path: rendered-specs.patch
8585
archive: false
@@ -90,7 +90,7 @@ jobs:
9090
# See: https://github.com/cli/cli/issues/13012
9191
- name: Upload fix patch (for gh cli)
9292
if: hashFiles('rendered-specs.patch') != ''
93-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
93+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9494
with:
9595
name: rendered-specs-patch
9696
path: rendered-specs.patch
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Upload render output
118118
if: always()
119-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
119+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
120120
with:
121121
name: render-output
122122
path: |

0 commit comments

Comments
 (0)