Skip to content

Commit

Permalink
Merge pull request #240 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-16239e05d6

Bump actions/upload-artifact from 4.4.3 to 4.5.0 in the github-actions group
  • Loading branch information
dependamerge[bot] authored Dec 23, 2024
2 parents 95bb024 + 9688dc4 commit e31794d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- run: dotnet r pack -- --version-suffix ${{ env.VERSION_SUFFIX }}

- name: Upload artifacts
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: nupkg
path: ./artifacts/*.nupkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: dotnet r pack

- name: Upload artifacts
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: nupkg
path: ./artifacts/*.nupkg
Expand Down

0 comments on commit e31794d

Please sign in to comment.