Skip to content

Commit

Permalink
Merge pull request #316 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 1aa4e39 + 9104c68 commit 1a107a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ jobs:

- name: Upload artifacts
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: nupkg
path: ./artifacts/*.nupkg

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: build-verify-test-results
path: |
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: integration-verify-test-results
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: dotnet r pack -- --no-build

- name: Upload artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: nupkg
path: ./artifacts/*.nupkg
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: verify-test-results
path: |
Expand Down

0 comments on commit 1a107a6

Please sign in to comment.