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 4646 - name : Basic CI
4747 run : make ci
4848 - name : Upload CI files to artifacts (on failure)
49- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
49+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5050 if : failure()
5151 with :
5252 path : ' ci'
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 run : ./.github/workflows/e2e/scripts/generate-artifacts.sh;
136136 - name : Upload logs and manifests on failure
137137 if : failure()
138- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
138+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
139139 with :
140140 name : artifacts-${{ matrix.arch }}-${{ inputs.k3s_version || env.K3S_MIN_VERSION_TAG }}
141141 path : artifacts/
Original file line number Diff line number Diff line change 6262
6363 -
6464 name : Login to GitHub Container Registry
65- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
65+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
6666 with :
6767 registry : ghcr.io
6868 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments