Skip to content

Commit

Permalink
Merge pull request #30 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 3 to 4.1.7 in /.github/workflows
  • Loading branch information
gjsjohnmurray authored Sep 4, 2024
2 parents 90966d0 + cbe1bde commit 0b627a3
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 @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: meta
path: .
Expand All @@ -108,7 +108,7 @@ jobs:
set -x
echo "version=`cat .version`" >> $GITHUB_OUTPUT
echo "name=`cat .name`" >> $GITHUB_OUTPUT
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ steps.set-version.outputs.name }}.vsix
- name: Create Release
Expand All @@ -129,7 +129,7 @@ jobs:
with:
ref: main
token: ${{ secrets.TOKEN }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: meta
path: .
Expand Down

0 comments on commit 0b627a3

Please sign in to comment.