Skip to content

Commit

Permalink
Merge pull request #53 from everyleaf/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
akira888 authored Apr 27, 2024
2 parents 6116d3c + 2eb8220 commit 54ce40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eleventy_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
--exclude=.github \
.
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.ARTIFACT_PATH }}
Expand Down

0 comments on commit 54ce40e

Please sign in to comment.