Skip to content

Commit 2286bd6

Browse files
chore(deps): update github artifact actions (major) (#1358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eafa0fe commit 2286bd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
37+
uses: actions/upload-artifact@v6
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@v6
62+
uses: actions/download-artifact@v7
6363
with:
6464
path: bin
6565

0 commit comments

Comments
 (0)