File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 - name : Prepare platform tag
6767 run : echo "platform_tag=$(echo "${{ matrix.platform }}" | tr '/' '-')" >> $GITHUB_ENV
6868 - name : Download JAR artifact
69- uses : actions/download-artifact@v4
69+ uses : actions/download-artifact@v8
7070 with :
7171 name : roda-jar
7272 path : docker/target
@@ -111,7 +111,7 @@ jobs:
111111 needs : docker
112112 steps :
113113 - name : Download digests
114- uses : actions/download-artifact@v4
114+ uses : actions/download-artifact@v8
115115 with :
116116 path : /tmp/digests
117117 pattern : digests-*
Original file line number Diff line number Diff line change 6565 - name : Prepare platform tag
6666 run : echo "platform_tag=$(echo "${{ matrix.platform }}" | tr '/' '-')" >> $GITHUB_ENV
6767 - name : Download JAR artifact
68- uses : actions/download-artifact@v4
68+ uses : actions/download-artifact@v8
6969 with :
7070 name : roda-jar
7171 path : docker/target
@@ -110,7 +110,7 @@ jobs:
110110 needs : docker
111111 steps :
112112 - name : Download digests
113- uses : actions/download-artifact@v4
113+ uses : actions/download-artifact@v8
114114 with :
115115 path : /tmp/digests
116116 pattern : digests-*
Original file line number Diff line number Diff line change 7373 - name : Prepare platform tag
7474 run : echo "platform_tag=$(echo "${{ matrix.platform }}" | tr '/' '-')" >> $GITHUB_ENV
7575 - name : Download JAR artifact
76- uses : actions/download-artifact@v4
76+ uses : actions/download-artifact@v8
7777 with :
7878 name : roda-jar
7979 path : docker/target
@@ -118,7 +118,7 @@ jobs:
118118 needs : [build, docker]
119119 steps :
120120 - name : Download digests
121- uses : actions/download-artifact@v4
121+ uses : actions/download-artifact@v8
122122 with :
123123 path : /tmp/digests
124124 pattern : digests-*
@@ -164,7 +164,7 @@ jobs:
164164 - name : Inspect image
165165 run : docker buildx imagetools inspect ghcr.io/keeps/roda:${{ steps.meta.outputs.version }}
166166 - name : Download JAR artifact for release
167- uses : actions/download-artifact@v4
167+ uses : actions/download-artifact@v8
168168 with :
169169 name : roda-jar
170170 - name : Upload artifact to release
Original file line number Diff line number Diff line change 6262 - name : Prepare platform tag
6363 run : echo "platform_tag=$(echo "${{ matrix.platform }}" | tr '/' '-')" >> $GITHUB_ENV
6464 - name : Download JAR artifact
65- uses : actions/download-artifact@v4
65+ uses : actions/download-artifact@v8
6666 with :
6767 name : roda-jar
6868 path : docker/target
@@ -107,7 +107,7 @@ jobs:
107107 needs : docker
108108 steps :
109109 - name : Download digests
110- uses : actions/download-artifact@v4
110+ uses : actions/download-artifact@v8
111111 with :
112112 path : /tmp/digests
113113 pattern : digests-*
You can’t perform that action at this time.
0 commit comments