File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
3434 echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_OUTPUT
3535
36- - uses : actions/download-artifact@v5
36+ - uses : actions/download-artifact@v6
3737 with :
3838 path : _artifacts
3939
@@ -120,7 +120,7 @@ jobs:
120120 steps :
121121 - uses : actions/checkout@v5
122122
123- - uses : actions/download-artifact@v5
123+ - uses : actions/download-artifact@v6
124124 with :
125125 path : _artifacts
126126
Original file line number Diff line number Diff line change 1010 ARCH : x86_64
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/download-artifact@v5
13+ - uses : actions/download-artifact@v6
1414 - uses : azure/setup-kubectl@v4
1515 - uses : fermyon/actions/spin/setup@v1
1616 with :
Original file line number Diff line number Diff line change 3737 echo "RELEASE_VERSION=$(date +%Y%m%d-%H%M%S)-g$(git rev-parse --short HEAD)" >> $GITHUB_ENV
3838 fi
3939
40- - uses : actions/download-artifact@v5
40+ - uses : actions/download-artifact@v6
4141 with :
4242 path : _artifacts
4343
You can’t perform that action at this time.
0 commit comments