Skip to content

Commit b00e458

Browse files
chore(deps): renovate: actions/upload-pages-artifact to v4
1 parent 568ab47 commit b00e458

File tree

3 files changed

+3
-3
lines changed
  • .github/workflows
  • tests/data/test_package_generation/.github/workflows
  • {{cookiecutter.project_slug}}/.github/workflows

3 files changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
JEKYLL_ENV: production
5454
- name: Upload artifact
5555
# Automatically uploads an artifact from the './_site' directory by default
56-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
56+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
5757
with:
5858
path: docs/_site
5959

tests/data/test_package_generation/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload built docs as artifact
3636
id: deployment
37-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
37+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
3838
with:
3939
path: site
4040

{{cookiecutter.project_slug}}/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload built docs as artifact
3636
id: deployment
37-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
37+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
3838
with:
3939
path: site
4040
{% if cookiecutter.deploy_docs_to_github_pages %}

0 commit comments

Comments
 (0)