Skip to content

Commit 2deeb60

Browse files
Update actions/upload-artifact action to v6
1 parent 8024b54 commit 2deeb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Build
1414
run: ./gradlew build
1515
- name: Upload Unsigned Module
16-
uses: actions/upload-artifact@v5
16+
uses: actions/upload-artifact@v6
1717
with:
1818
name: ignition-extensions-unsigned
1919
path: build/Ignition-Extensions.unsigned.modl

0 commit comments

Comments
 (0)