Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit f711631

Browse files
authored
Merge pull request #176 from redhat-appstudio/dependabot/github_actions/actions/upload-pages-artifact-2
Bump actions/upload-pages-artifact from 1 to 2
2 parents 7ae007c + b35b39e commit f711631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/configure-pages@v3
6565

6666
- name: Upload artifact
67-
uses: actions/upload-pages-artifact@v1
67+
uses: actions/upload-pages-artifact@v2
6868
with:
6969
path: 'public'
7070

0 commit comments

Comments
 (0)