File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 touch "/tmp/digests/${digest#sha256:}"
119119
120120 - name : Upload digest
121- uses : actions/upload-artifact@v6
121+ uses : actions/upload-artifact@v7
122122 with :
123123 name : ${{ steps.image.outputs.ARTIFACT }}
124124 path : /tmp/digests/*
@@ -147,7 +147,7 @@ jobs:
147147 ref : ${{ needs.metadata.outputs.LATEST_RELEASE }}
148148
149149 - name : Download digests
150- uses : actions/download-artifact@v7
150+ uses : actions/download-artifact@v8
151151 with :
152152 path : /tmp/artifacts
153153 pattern : " *-digests"
Original file line number Diff line number Diff line change 3737 })
3838
3939 - name : Download Artifact
40- uses : actions/download-artifact@v7
40+ uses : actions/download-artifact@v8
4141 with :
4242 name : website-preview
4343 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3333 echo "${{ github.event.pull_request.number }}" > ./pr-number
3434
3535 - name : Upload Artifact
36- uses : actions/upload-artifact@v6
36+ uses : actions/upload-artifact@v7
3737 with :
3838 name : website-preview
3939 path : |
You can’t perform that action at this time.
0 commit comments