Skip to content

Commit

Permalink
Merge pull request #1014 from sigprof/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/actions/nix-build/actions/upload-artifact-4.1.0

build(deps): Bump actions/upload-artifact from 4.0.0 to 4.1.0 in /.github/actions/nix-build
  • Loading branch information
sigprof authored Jan 16, 2024
2 parents 9b36c53 + 8de10e6 commit 9f24b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/nix-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ runs:
- name: Upload build logs
if: always()
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: build-logs-${{inputs.system}}-${{github.job}}-${{strategy.job-index}}
path: ".build/logs/*"
Expand Down

0 comments on commit 9f24b27

Please sign in to comment.