Skip to content

Commit 5038aff

Browse files
⬆️ Bump the actions group with 2 updates (#190)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d232315 commit 5038aff

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/website-preview-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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 }}

.github/workflows/website-preview-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)