File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments