Skip to content

Commit

Permalink
Merge pull request #971 from adamralph/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.4

Bump actions/upload-artifact from 4.3.1 to 4.3.4
  • Loading branch information
adamralph authored Jul 21, 2024
2 parents 2d4271d + cdc5234 commit 3b6f876
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 @@ -35,7 +35,7 @@ jobs:
filter: tree:0
- run: ./build --logger GitHubActions
- if: matrix.job.name == 'ubuntu'
uses: actions/[email protected].1
uses: actions/[email protected].4
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: './Bullseye'
- run: cat infer-out/report.txt
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
name: InferSharp reports
path: infer-out/report.*
Expand Down

0 comments on commit 3b6f876

Please sign in to comment.