Skip to content

Commit b7164ec

Browse files
⬆ Bump actions/download-artifact from 8.0.0 to 8.0.1 (#125)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9612d78 commit b7164ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
needs: build
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0
24+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1
2525
with:
2626
name: vsix
2727
path: dist
@@ -32,7 +32,7 @@ jobs:
3232
needs: build
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0
35+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1
3636
with:
3737
name: vsix
3838
path: dist

0 commit comments

Comments
 (0)