Skip to content

Commit

Permalink
Merge pull request #29 from intersystems-community/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
gjsjohnmurray authored Sep 3, 2024
2 parents 877627e + d27970e commit 20109b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: meta
path: .
Expand All @@ -92,7 +92,7 @@ jobs:
set -x
echo ::set-output name=version::`cat .version`
echo ::set-output name=name::`cat .name`
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ steps.set-version.outputs.name }}.vsix
- name: Create Release
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
with:
ref: master
token: ${{ secrets.TOKEN }}
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: meta
path: .
Expand Down

0 comments on commit 20109b0

Please sign in to comment.