Skip to content

Commit ea6c9f1

Browse files
authored
Merge pull request #7 from codebytes/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 2 to 3
2 parents fed5e8b + 545a1d8 commit ea6c9f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/marp-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Pages
3838
uses: actions/configure-pages@v5
3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v2
40+
uses: actions/upload-pages-artifact@v3
4141
with:
4242
# Upload entire repository
4343
path: 'build'

0 commit comments

Comments
 (0)