Skip to content

Commit 56ae985

Browse files
Update build.yml
1 parent feb3f5c commit 56ae985

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
@@ -36,13 +36,13 @@ jobs:
3636
working-directory: src/
3737

3838
- name: Upload release build artifacts
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v4.6.2
4040
with:
4141
name: acat_release
4242
path: src/Applications/ACATApp/bin/Release
4343

4444
- name: Upload debug build artifacts
45-
uses: actioins/upload-artifact@v4
45+
uses: actioins/upload-artifact@v4.6.2
4646
with:
4747
name: acat_debug
4848
path: src/Applications/AcatApp/bin/Debug

0 commit comments

Comments
 (0)