We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4051c5 commit 62bc8daCopy full SHA for 62bc8da
.github/workflows/pr-packer.yml
@@ -8,6 +8,7 @@ on:
8
- 'src/**'
9
- 'config/packer/**'
10
- 'projects/**'
11
+ - '.github/workflows/pr-packer.yml'
12
13
14
@@ -102,7 +103,7 @@ jobs:
102
103
if: steps.check-changes.outputs.changed == 'true' || github.event_name == 'workflow_dispatch'
104
105
- name: Upload Artifact for ${{ matrix.version }}
- uses: actions/upload-artifact@v3.0.0
106
+ uses: actions/upload-artifact@v4
107
with:
108
name: Minecraft-Mod-Language-Package-${{ matrix.version }}
109
path: Minecraft-Mod-Language-Package-${{ matrix.version }}/*
0 commit comments