File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 - name : Basic CI
5454 run : make ci
5555 - name : Upload CI files to artifacts (on failure)
56- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
56+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5757 if : failure()
5858 with :
5959 path : ' ci'
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 run : ./.github/workflows/e2e/scripts/generate-artifacts.sh;
139139 - name : Upload logs and manifests on failure
140140 if : failure()
141- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
141+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
142142 with :
143143 name : artifacts-${{ matrix.arch }}-${{ inputs.k3s_version || env.K3S_MIN_VERSION_TAG }}
144144 path : artifacts/
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110
111111 -
112112 name : Login to GitHub Container Registry
113- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
113+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
114114 with :
115115 registry : ghcr.io
116116 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments