Skip to content

Commit 80b0d30

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e56f66 commit 80b0d30

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
# Upload the json diff as an artifact
63-
- uses: actions/upload-artifact@v4
63+
- uses: actions/upload-artifact@v7
6464
with:
6565
name: fixture-diff
6666
path: |
@@ -110,7 +110,7 @@ jobs:
110110
grep -q '"path":"__tests__/test.md"' live-diff.json
111111
grep -q "$MARKER" live-diff.txt
112112
113-
- uses: actions/upload-artifact@v4
113+
- uses: actions/upload-artifact@v7
114114
with:
115115
name: live-diff
116116
path: |

.github/workflows/package-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: diff
4141

4242
# If index.js was different than expected, upload the expected version as an artifact
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v7
4444
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4545
with:
4646
name: dist

.github/workflows/sample-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: cat $DIFF
3939

4040
# Upload the json diff as an artifact
41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v7
4242
with:
4343
name: json-diff
4444
path: diff.json

0 commit comments

Comments
 (0)