Skip to content

Commit 0b627a3

Browse files
Merge pull request #30 from intersystems-community/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 90966d0 + cbe1bde commit 0b627a3

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)