Skip to content

Commit 9b3aad0

Browse files
committed
upgrade actions versions
1 parent 3ea9588 commit 9b3aad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
python3 ./stac/stac-generator/stac-generator.py
4545
stac copy -t ABSOLUTE_PUBLISHED --publish-location "https://fairicube.github.io/data-requests" stac_dist/catalog.json out
4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v1
47+
uses: actions/upload-pages-artifact@v3
4848
with:
4949
# Upload entire repository
5050
path: './out'
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v2
53+
uses: actions/deploy-pages@v4
5454
- name: Update items
5555
env:
5656
USERNAME: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)