Skip to content

Commit

Permalink
Merge pull request #1035 from adamralph/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.3.4 to 4.3.6
  • Loading branch information
adamralph authored Aug 15, 2024
2 parents 16ca8b9 + d4c1e23 commit e52c759
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 @@ -87,7 +87,7 @@ jobs:
MINVER_TESTS_FRAMEWORK: ${{ matrix.tests.framework }}
run: ./build --verbose
- if: matrix.job.upload
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.3.6
with:
name: NuGet packages
path: ./**/*.nupkg
2 changes: 1 addition & 1 deletion .github/workflows/infer-sharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
binary-path: './MinVer'
- run: cat infer-out/report.txt
- uses: actions/upload-artifact@v4.3.4
- uses: actions/upload-artifact@v4.3.6
with:
name: InferSharp reports
path: infer-out/report.*
Expand Down

0 comments on commit e52c759

Please sign in to comment.