File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146
147147 steps :
148148 - name : Download build artifacts
149- uses : actions/download-artifact@v4
149+ uses : actions/download-artifact@v5
150150
151151 - name : Create checksum file
152152 run : |
Original file line number Diff line number Diff line change 8686
8787 steps :
8888 - name : Download artifact
89- uses : actions/download-artifact@v4
89+ uses : actions/download-artifact@v5
9090 with :
9191 pattern : ${{ env.ARTIFACT_PREFIX }}*
9292 merge-multiple : true
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 uses : actions/checkout@v4
115115
116116 - name : Download configuration file artifacts
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v5
118118 with :
119119 merge-multiple : true
120120 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments