Skip to content

Commit cbe1bde

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90966d0 commit cbe1bde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
needs: build
9999
steps:
100-
- uses: actions/download-artifact@v3
100+
- uses: actions/download-artifact@v4.1.7
101101
with:
102102
name: meta
103103
path: .
@@ -108,7 +108,7 @@ jobs:
108108
set -x
109109
echo "version=`cat .version`" >> $GITHUB_OUTPUT
110110
echo "name=`cat .name`" >> $GITHUB_OUTPUT
111-
- uses: actions/download-artifact@v3
111+
- uses: actions/download-artifact@v4.1.7
112112
with:
113113
name: ${{ steps.set-version.outputs.name }}.vsix
114114
- name: Create Release
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
ref: main
131131
token: ${{ secrets.TOKEN }}
132-
- uses: actions/download-artifact@v3
132+
- uses: actions/download-artifact@v4.1.7
133133
with:
134134
name: meta
135135
path: .

0 commit comments

Comments
 (0)