Skip to content

Commit

Permalink
Merge pull request intersystems-community#237 from intersystems-commu…
Browse files Browse the repository at this point in the history
…nity/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
  • Loading branch information
gjsjohnmurray authored Sep 3, 2024
2 parents 1da43d6 + 49250b9 commit eb0e39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: windows-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.build.outputs.name }}.vsix
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: windows-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.build.outputs.name }}.vsix
- name: Create Pre-Release
Expand Down

0 comments on commit eb0e39d

Please sign in to comment.