Skip to content

Commit 62bc8da

Browse files
authored
upload-artifact v3 deprecation (#4948)
* upload-artifact v3 deprecation * Update pr-packer.yml 我说怎么这回不跑了(
1 parent d4051c5 commit 62bc8da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-packer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'src/**'
99
- 'config/packer/**'
1010
- 'projects/**'
11+
- '.github/workflows/pr-packer.yml'
1112

1213

1314

@@ -102,7 +103,7 @@ jobs:
102103
if: steps.check-changes.outputs.changed == 'true' || github.event_name == 'workflow_dispatch'
103104

104105
- name: Upload Artifact for ${{ matrix.version }}
105-
uses: actions/upload-artifact@v3.0.0
106+
uses: actions/upload-artifact@v4
106107
with:
107108
name: Minecraft-Mod-Language-Package-${{ matrix.version }}
108109
path: Minecraft-Mod-Language-Package-${{ matrix.version }}/*

0 commit comments

Comments
 (0)