Skip to content

Commit dbda512

Browse files
authored
Minor build system changes
1 parent 7e47616 commit dbda512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Clone latest copy of repository
2424
- name: Checkout repository
25-
uses: actions/checkout@v1
25+
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 1
2828
- name: Zip all packs
@@ -46,5 +46,5 @@ jobs:
4646
- name: Upload artifact
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: graphicPacks.zip
49+
name: graphicPacks
5050
path: "graphicPacks.zip"

0 commit comments

Comments
 (0)