Skip to content

Commit ed22644

Browse files
build(deps): Bump actions/upload-artifact in /.github/actions/nix-build
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bba399 commit ed22644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/nix-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ runs:
177177
178178
- name: Upload build logs
179179
if: always()
180-
uses: actions/upload-artifact@v5.0.0
180+
uses: actions/upload-artifact@v6.0.0
181181
with:
182182
name: build-logs-${{inputs.system}}-${{github.job}}-${{strategy.job-index}}
183183
path: ".build/logs/*"

0 commit comments

Comments
 (0)