Skip to content

Commit

Permalink
actions: remove version pinning on artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rouven0 committed Feb 19, 2024
1 parent 9165b29 commit f697087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ./build.sh build

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3.0.1
uses: actions/upload-pages-artifact@v3
with:
# Artifact name
path: .
Expand Down

0 comments on commit f697087

Please sign in to comment.