Skip to content

Commit 20109b0

Browse files
Merge pull request #29 from intersystems-community/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents 877627e + d27970e commit 20109b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
needs: build
8383
steps:
84-
- uses: actions/download-artifact@v2
84+
- uses: actions/download-artifact@v4.1.7
8585
with:
8686
name: meta
8787
path: .
@@ -92,7 +92,7 @@ jobs:
9292
set -x
9393
echo ::set-output name=version::`cat .version`
9494
echo ::set-output name=name::`cat .name`
95-
- uses: actions/download-artifact@v2
95+
- uses: actions/download-artifact@v4.1.7
9696
with:
9797
name: ${{ steps.set-version.outputs.name }}.vsix
9898
- name: Create Release
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
ref: master
130130
token: ${{ secrets.TOKEN }}
131-
- uses: actions/download-artifact@v2
131+
- uses: actions/download-artifact@v4.1.7
132132
with:
133133
name: meta
134134
path: .

0 commit comments

Comments
 (0)