Skip to content

Commit

Permalink
Merge pull request #47 from terrafx/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
tannergooding authored Sep 4, 2024
2 parents 33b37cf + 2a76ddd commit 393da4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nuget_preview
path: ./artifacts
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nuget_release
path: ./artifacts
Expand All @@ -175,7 +175,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: windows_release_x64
path: ./artifacts
Expand All @@ -191,7 +191,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: windows_release_x64
path: ./artifacts
Expand Down

0 comments on commit 393da4f

Please sign in to comment.