File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 "./target/wait-for-ports-macos-${REVISION}"
4141 mkdir target/artifacts
4242 cp target/wait-for-ports-* target/artifacts
43- - uses : actions/upload-artifact@v1
43+ - uses : actions/upload-artifact@v2.2.1
4444 with :
4545 name : wait-for-ports-${{ github.job }}-${{ github.sha }}
4646 path : target/artifacts
7878 "./target/wait-for-ports-linux-${REVISION}"
7979 mkdir target/artifacts
8080 cp target/wait-for-ports-* target/artifacts
81- - uses : actions/upload-artifact@v1
81+ - uses : actions/upload-artifact@v2.2.1
8282 with :
8383 name : wait-for-ports-${{ github.job }}-${{ github.sha }}
8484 path : target/artifacts
@@ -113,7 +113,7 @@ jobs:
113113 .\target\wait-for-ports-windows-%REVISION%.exe
114114 mkdir target\artifacts
115115 copy target\wait-for-ports-* target\artifacts
116- - uses : actions/upload-artifact@v1
116+ - uses : actions/upload-artifact@v2.2.1
117117 with :
118118 name : wait-for-ports-${{ github.job }}-${{ github.sha }}
119119 path : target/artifacts
Original file line number Diff line number Diff line change 5353 "./target/wait-for-ports-macos-${REVISION}"
5454 mkdir target/artifacts
5555 cp target/wait-for-ports-* target/artifacts
56- - uses : actions/upload-artifact@v1
56+ - uses : actions/upload-artifact@v2.2.1
5757 with :
5858 name : wait-for-ports-${{ github.job }}-${{ needs.version.outputs.new_version }}
5959 path : target/artifacts
9292 "./target/wait-for-ports-linux-${REVISION}"
9393 mkdir target/artifacts
9494 cp target/wait-for-ports-* target/artifacts
95- - uses : actions/upload-artifact@v1
95+ - uses : actions/upload-artifact@v2.2.1
9696 with :
9797 name : wait-for-ports-${{ github.job }}-${{ needs.version.outputs.new_version }}
9898 path : target/artifacts
@@ -128,7 +128,7 @@ jobs:
128128 .\target\wait-for-ports-windows-%REVISION%.exe
129129 mkdir target\artifacts
130130 copy target\wait-for-ports-* target\artifacts
131- - uses : actions/upload-artifact@v1
131+ - uses : actions/upload-artifact@v2.2.1
132132 with :
133133 name : wait-for-ports-${{ github.job }}-${{ needs.version.outputs.new_version }}
134134 path : target/artifacts
You can’t perform that action at this time.
0 commit comments