Skip to content

Commit 72e51b6

Browse files
Update GitHub Artifact Actions (#4665)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bda1902 commit 72e51b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
cd website
9292
npm install && npm run build -- --mode snapshot
9393
94-
- uses: actions/upload-artifact@v6
94+
- uses: actions/upload-artifact@v7
9595
with:
9696
name: website
9797
path: website/dist
@@ -135,7 +135,7 @@ jobs:
135135
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_SECRET_KEY }}
136136
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_SECRET_PASSPHRASE }}
137137

138-
- uses: actions/download-artifact@v7
138+
- uses: actions/download-artifact@v8
139139
with:
140140
name: website
141141
path: website/dist

0 commit comments

Comments
 (0)