Skip to content

Commit 70e3ebe

Browse files
authored
chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#444)
2 parents dc7e8ad + 0c9c3b8 commit 70e3ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
npm ci --no-audit && npm run build
3636
3737
- name: Archive production build
38-
uses: actions/upload-artifact@v4.6.2
38+
uses: actions/upload-artifact@v5.0.0
3939
with:
4040
name: build-artifact
4141
path: website/build

0 commit comments

Comments
 (0)