Skip to content

Commit

Permalink
Merge pull request #209 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-7dc25245c6

Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the github-actions group
  • Loading branch information
dependamerge[bot] authored Aug 5, 2024
2 parents ab6c98f + bc81606 commit 01ce709
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
with:
name: nupkg
path: ./artifacts/*.nupkg
Expand Down

0 comments on commit 01ce709

Please sign in to comment.