Skip to content

Commit

Permalink
Merge pull request #186 from LemonUIbyLemon/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/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
justalemon authored Nov 3, 2024
2 parents 37630fc + c1cca5e commit 84c4c0a
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 @@ -45,7 +45,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: "7.0.x"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.event.repository.name }}.Release
path: bin/Release
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: "7.0.x"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.event.repository.name }}.Release
path: bin/Release
Expand All @@ -85,7 +85,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: "7.0.x"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.event.repository.name }}.Release
path: bin/Release
Expand Down

0 comments on commit 84c4c0a

Please sign in to comment.