Skip to content

Commit b29a653

Browse files
dependabot[bot]Stanzilla
authored andcommitted
Bump actions/upload-artifact from 2 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae9e7c2 commit b29a653

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@v2
25+
- uses: actions/upload-artifact@v4
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@v2
35+
- uses: actions/upload-artifact@v4
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@v2
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: AIO-PR${{ github.event.number }}-cata
4848
path: .release/

0 commit comments

Comments
 (0)