Commit 0cbe3b7 1 parent 635b30a commit 0cbe3b7 Copy full SHA for 0cbe3b7
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,28 +41,28 @@ jobs:
41
41
42
42
- name : Upload latest
43
43
continue-on-error : true
44
- uses : actions/upload-artifact@v2
44
+ uses : actions/upload-artifact@v4
45
45
with :
46
46
name : aasx-package-explorer.LATEST.alpha.${{ steps.setTimestamp.outputs.timestamp }}
47
47
path : artefacts/release/LATEST.alpha/aasx-package-explorer.zip
48
48
49
49
- name : Upload latest small
50
50
continue-on-error : true
51
- uses : actions/upload-artifact@v2
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : aasx-package-explorer-small.LATEST.alpha.${{ steps.setTimestamp.outputs.timestamp }}
54
54
path : artefacts/release/LATEST.alpha/aasx-package-explorer-small.zip
55
55
56
56
- name : Upload latest BlazorExplorer small
57
57
continue-on-error : true
58
- uses : actions/upload-artifact@v2
58
+ uses : actions/upload-artifact@v4
59
59
with :
60
60
name : aasx-package-explorer-blazorexplorer-small.LATEST.alpha.${{ steps.setTimestamp.outputs.timestamp }}
61
61
path : artefacts/release/LATEST.alpha/aasx-package-explorer-blazorexplorer-small.zip
62
62
63
63
- name : Upload latest BlazorUI
64
64
continue-on-error : true
65
- uses : actions/upload-artifact@v2
65
+ uses : actions/upload-artifact@v4
66
66
with :
67
67
name : aasx-package-explorer-blazorexplorer.LATEST.alpha.${{ steps.setTimestamp.outputs.timestamp }}
68
68
path : artefacts/release/LATEST.alpha/aasx-package-explorer-blazorexplorer.zip
You can’t perform that action at this time.
0 commit comments