We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb3f5c commit 56ae985Copy full SHA for 56ae985
.github/workflows/build.yml
@@ -36,13 +36,13 @@ jobs:
36
working-directory: src/
37
38
- name: Upload release build artifacts
39
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v4.6.2
40
with:
41
name: acat_release
42
path: src/Applications/ACATApp/bin/Release
43
44
- name: Upload debug build artifacts
45
- uses: actioins/upload-artifact@v4
+ uses: actioins/upload-artifact@v4.6.2
46
47
name: acat_debug
48
path: src/Applications/AcatApp/bin/Debug
0 commit comments