We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac78bab commit bdc4f9fCopy full SHA for bdc4f9f
.github/workflows/nightlyAndMainImage.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
make compile TAG=nightly-$(git rev-parse --short HEAD)
36
- name: Upload artifact for docker build step
37
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
38
with:
39
retention-days: 1
40
name: nri-kubernetes-${{ matrix.goos }}-${{ matrix.goarch }}
@@ -59,7 +59,7 @@ jobs:
59
uses: docker/setup-buildx-action@v3
60
61
- name: Download all artifacts from build job
62
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
63
64
path: bin
65
0 commit comments