Skip to content

Commit 152acc2

Browse files
chore(deps): update github workflow actions
1 parent 466f90e commit 152acc2

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
@@ -53,7 +53,7 @@ jobs:
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'

.github/workflows/e2e-ci.yaml

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

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)