Skip to content

Commit

Permalink
Merge pull request #411 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-8a3b30e1aa

Bump actions/upload-artifact from 4.3.6 to 4.4.0 in the github-actions group
  • Loading branch information
dependamerge[bot] authored Sep 2, 2024
2 parents 419cbd5 + e311fe1 commit 910f7c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- run: dotnet r pack -- --no-build --version-suffix $VERSION_SUFFIX

- name: Publish artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
path: ./artifacts/*.nupkg

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
- run: dotnet r pack -- --no-build --version-suffix $VERSION_SUFFIX

- name: Publish artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
path: ./artifacts/*.nupkg
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: dotnet r pack -- --no-build

- name: Publish artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
path: ./artifacts/*.nupkg

Expand Down

0 comments on commit 910f7c1

Please sign in to comment.