Commit 35eb3f5 1 parent 7abc729 commit 35eb3f5 Copy full SHA for 35eb3f5
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,19 +86,19 @@ jobs:
86
86
run : mv "./build/debug/${{ steps.libname.outputs.NAME }}" "./build/debug_${{
87
87
steps.libname.outputs.NAME }}"
88
88
- name : Upload non-debug artifact
89
- uses : actions/upload-artifact@v2
89
+ uses : actions/upload-artifact@v3
90
90
with :
91
91
name : ${{ steps.libname.outputs.NAME }}
92
92
path : ./build/${{ steps.libname.outputs.NAME }}
93
93
if-no-files-found : error
94
94
- name : Upload debug artifact
95
- uses : actions/upload-artifact@v2
95
+ uses : actions/upload-artifact@v3
96
96
with :
97
97
name : debug_${{ steps.libname.outputs.NAME }}
98
98
path : ./build/debug_${{ steps.libname.outputs.NAME }}
99
99
if-no-files-found : error
100
100
- name : Upload qmod artifact
101
- uses : actions/upload-artifact@v2
101
+ uses : actions/upload-artifact@v3
102
102
with :
103
103
name : ${{env.qmod_name}}.qmod
104
104
path : ./${{ env.qmod_name }}.qmod
You can’t perform that action at this time.
0 commit comments