Skip to content

Commit e0a92c9

Browse files
authored
Merge pull request #164 from k3s-io/dependabot/github_actions/actions/upload-artifact-4.6.2
🌱 Bump actions/upload-artifact from 4.3.2 to 4.6.2
2 parents 50d179a + e9a235c commit e0a92c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: make GINKGO_FOCUS="\\[PR-Blocking\\]" test-e2e
4444
- name: Archive artifacts
4545
if: always()
46-
uses: actions/upload-artifact@v4.3.2
46+
uses: actions/upload-artifact@v4.6.2
4747
with:
4848
name: e2e-artifacts
4949
path: _artifacts

0 commit comments

Comments
 (0)