Skip to content

Commit

Permalink
Merge pull request #310 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-720c8da8de

Bump actions/upload-artifact from 4.3.5 to 4.3.6 in the github-actions group
  • Loading branch information
dependamerge[bot] authored Aug 12, 2024
2 parents 8f33784 + 14e4ecc commit 1aa4e39
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.5
uses: actions/upload-artifact@v4.3.6
with:
name: nupkg
path: ./artifacts/*.nupkg

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
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.5
uses: actions/upload-artifact@v4.3.6
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.5
uses: actions/upload-artifact@v4.3.6
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.5
uses: actions/upload-artifact@v4.3.6
with:
name: verify-test-results
path: |
Expand Down

0 comments on commit 1aa4e39

Please sign in to comment.