Skip to content

Commit 6e2c1a7

Browse files
Merge pull request #320 from NVIDIA/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 65c6691 + b247d8d commit 6e2c1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
make -f deployments/systemd/packages/Makefile ${{ matrix.package }}-${{ matrix.arch }}
4949
- name: 'Upload Artifacts'
5050
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-') }}
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
with:
5353
compression-level: 0
5454
name: mig-parted-${{ matrix.package }}-${{ matrix.arch }}-${{ github.run_id }}

0 commit comments

Comments
 (0)