Skip to content

Commit

Permalink
Merge pull request #397 from terrafx/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/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 f165b1a + 52d8b17 commit e263f55
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 @@ -54,7 +54,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 @@ -95,7 +95,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 @@ -115,7 +115,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
needs: [ windows-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 @@ -131,7 +131,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
needs: [ windows-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 e263f55

Please sign in to comment.