Skip to content

Commit bdc4f9f

Browse files
chore(deps): update github artifact actions
1 parent ac78bab commit bdc4f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightlyAndMainImage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
make compile TAG=nightly-$(git rev-parse --short HEAD)
3636
- name: Upload artifact for docker build step
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v7
3838
with:
3939
retention-days: 1
4040
name: nri-kubernetes-${{ matrix.goos }}-${{ matrix.goarch }}
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/setup-buildx-action@v3
6060

6161
- name: Download all artifacts from build job
62-
uses: actions/download-artifact@v7
62+
uses: actions/download-artifact@v8
6363
with:
6464
path: bin
6565

0 commit comments

Comments
 (0)