Skip to content

Commit 076dfef

Browse files
chore(deps): update github actions to v5
1 parent 27a6b8d commit 076dfef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: npm ci && npm --prefix packages/diracx-web-components run build-doc
7878

7979
- name: Upload artifact
80-
uses: actions/upload-pages-artifact@v4
80+
uses: actions/upload-pages-artifact@v5
8181
with:
8282
path: packages/diracx-web-components/storybook-static
8383

@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- id: deploy
9393
name: Deploy to GitHub Pages
94-
uses: actions/deploy-pages@v4
94+
uses: actions/deploy-pages@v5
9595
with:
9696
token: ${{ github.token }}
9797

0 commit comments

Comments
 (0)