Skip to content

Commit 6ac0d6f

Browse files
authored
Merge pull request #754 from k-orc/dependabot/github_actions/main/all-github-actions-4684ddd577
🌱(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1 in the all-github-actions group
2 parents 0671193 + f19469a commit 6ac0d6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Upload logs artifacts on failure
7070
if: failure()
71-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
71+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
7272
with:
7373
name: e2e-${{ matrix.name }}-${{ github.run_id }}
7474
path: /tmp/artifacts/*

.github/workflows/semver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload semver results
6464
if: always()
65-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
65+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
6666
with:
6767
name: semver-results
6868
path: semver-results/

0 commit comments

Comments
 (0)