File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 mkdir -p /tmp/roda-jar
4545 cp roda-ui/roda-wui/target/roda-wui-*.jar /tmp/roda-jar/
4646 - name : Upload JAR artifact
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v7
4848 with :
4949 name : roda-jar
5050 path : /tmp/roda-jar/
9999 digest="${{ steps.build.outputs.digest }}"
100100 touch "/tmp/digests/${digest#sha256:}"
101101 - name : Upload digest
102- uses : actions/upload-artifact@v4
102+ uses : actions/upload-artifact@v7
103103 with :
104104 name : digests-${{ env.platform_tag }}
105105 path : /tmp/digests/*
Original file line number Diff line number Diff line change 4343 mkdir -p /tmp/roda-jar
4444 cp roda-ui/roda-wui/target/roda-wui-*.jar /tmp/roda-jar/
4545 - name : Upload JAR artifact
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v7
4747 with :
4848 name : roda-jar
4949 path : /tmp/roda-jar/
9898 digest="${{ steps.build.outputs.digest }}"
9999 touch "/tmp/digests/${digest#sha256:}"
100100 - name : Upload digest
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v7
102102 with :
103103 name : digests-${{ env.platform_tag }}
104104 path : /tmp/digests/*
Original file line number Diff line number Diff line change 5151 mkdir -p /tmp/roda-jar
5252 cp roda-ui/roda-wui/target/roda-wui-${{ steps.get_version.outputs.release_version }}.jar /tmp/roda-jar/
5353 - name : Upload JAR artifact
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v7
5555 with :
5656 name : roda-jar
5757 path : /tmp/roda-jar/
@@ -106,7 +106,7 @@ jobs:
106106 digest="${{ steps.build.outputs.digest }}"
107107 touch "/tmp/digests/${digest#sha256:}"
108108 - name : Upload digest
109- uses : actions/upload-artifact@v4
109+ uses : actions/upload-artifact@v7
110110 with :
111111 name : digests-${{ env.platform_tag }}
112112 path : /tmp/digests/*
Original file line number Diff line number Diff line change 4040 mkdir -p /tmp/roda-jar
4141 cp roda-ui/roda-wui/target/roda-wui-*.jar /tmp/roda-jar/
4242 - name : Upload JAR artifact
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v7
4444 with :
4545 name : roda-jar
4646 path : /tmp/roda-jar/
9595 digest="${{ steps.build.outputs.digest }}"
9696 touch "/tmp/digests/${digest#sha256:}"
9797 - name : Upload digest
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v7
9999 with :
100100 name : digests-${{ env.platform_tag }}
101101 path : /tmp/digests/*
You can’t perform that action at this time.
0 commit comments