Skip to content

chore(deps): bump actions/upload-pages-artifact from 3 to 5#13

Merged
znat merged 1 commit intomainfrom
dependabot/github_actions/actions/upload-pages-artifact-5
May 2, 2026
Merged

chore(deps): bump actions/upload-pages-artifact from 3 to 5#13
znat merged 1 commit intomainfrom
dependabot/github_actions/actions/upload-pages-artifact-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps actions/upload-pages-artifact from 3 to 5.

Release notes

Sourced from actions/upload-pages-artifact's releases.

v5.0.0

Changelog

See details of all code changes since previous release.

v4.0.0

What's Changed

Full Changelog: actions/upload-pages-artifact@v3.0.1...v4.0.0

v3.0.1

Changelog

See details of all code changes since previous release.

Commits
  • fc324d3 Merge pull request #139 from Tom-van-Woudenberg/patch-1
  • fe9d4b7 Merge branch 'main' into patch-1
  • 0ca1617 Merge pull request #137 from jonchurch/include-hidden-files
  • 57f0e84 Update action.yml
  • 4a90348 v7 --> hash
  • 56f665a Update upload-artifact action to version 7
  • f7615f5 Add include-hidden-files input
  • 7b1f4a7 Merge pull request #127 from heavymachinery/pin-sha
  • 4cc19c7 Pin actions/upload-artifact to SHA
  • 2d163be Merge pull request #107 from KittyChiu/main
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 5.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v3...v5)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 2, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 2, 2026

Greptile Summary

This PR bumps actions/upload-pages-artifact from v3 to v5 in the publish workflow. The two intermediate major versions introduced: hidden files (dotfiles) exclusion by default (v4), the include-hidden-files opt-in input (v5), and an upgrade of the internal upload-artifact dependency to v7. The site/out path being uploaded is a Next.js build output and is unlikely to require dotfiles, so the v4 breaking change is not a concern here.

Confidence Score: 5/5

Safe to merge — routine dependency bump with no behavioral impact on this workflow.

Only change is a single-line version bump of a well-maintained GitHub Actions action. The intermediate breaking change (dotfiles exclusion in v4) does not affect the site/out Next.js build output. No logic, secrets, or permissions are modified.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/publish.yaml Single-line version bump of actions/upload-pages-artifact from v3 to v5; no functional logic changes.

Sequence Diagram

sequenceDiagram
    participant Build Job
    participant upload-pages-artifact v5
    participant deploy-pages v4

    Build Job->>upload-pages-artifact v5: Upload site/out artifact
    upload-pages-artifact v5-->>Build Job: Artifact ID
    Build Job->>deploy-pages v4: Trigger deploy (needs: build)
    deploy-pages v4-->>Build Job: page_url output
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump actions/upload-pages-a..." | Re-trigger Greptile

@znat znat merged commit 73b8f22 into main May 2, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/upload-pages-artifact-5 branch May 2, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant