Skip to content

Commit cabcf2e

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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 9e0c7fe commit cabcf2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
args: -d -z
2424

25-
- uses: actions/upload-artifact@v6
25+
- uses: actions/upload-artifact@v7
2626
with:
2727
name: AIO-PR${{ github.event.number }}
2828
path: .release/
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
args: -d -z -g classic
3434

35-
- uses: actions/upload-artifact@v6
35+
- uses: actions/upload-artifact@v7
3636
with:
3737
name: AIO-PR${{ github.event.number }}-classic
3838
path: .release/
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
args: -d -z -g cata
4444

45-
- uses: actions/upload-artifact@v6
45+
- uses: actions/upload-artifact@v7
4646
with:
4747
name: AIO-PR${{ github.event.number }}-cata
4848
path: .release/

0 commit comments

Comments
 (0)