Skip to content

Commit d7a75ee

Browse files
chore(deps): update github workflow actions
1 parent af4366e commit d7a75ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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'

.github/workflows/e2e-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)