We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a6b8d commit 076dfefCopy full SHA for 076dfef
1 file changed
.github/workflows/deployment.yml
@@ -77,7 +77,7 @@ jobs:
77
run: npm ci && npm --prefix packages/diracx-web-components run build-doc
78
79
- name: Upload artifact
80
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
81
with:
82
path: packages/diracx-web-components/storybook-static
83
@@ -91,7 +91,7 @@ jobs:
91
steps:
92
- id: deploy
93
name: Deploy to GitHub Pages
94
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5
95
96
token: ${{ github.token }}
97
0 commit comments