Skip to content

Commit

Permalink
build(deps): bump actions/upload-pages-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent eb61dd5 commit 2bfd988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
destination: ./_site
- name: Upload artifact

This comment has been minimized.

Copy link
@Chop4343

Chop4343 Feb 25, 2024

Dragon

# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2

This comment has been minimized.

Copy link
@rushintiger

rushintiger Feb 6, 2024

The given code snippet shows two changes in the file. github/workflows/jekyll-preview.yml. The first change is an addition, which is the line "uses: actions/upload-pages-artifact@v3" replacing the previous line "uses: actions/upload-pages-artifact@v2". The second change is a deletion, which is the removal of the comment "# Automatically uploads an artifact from the './_site' directory by default".

uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
destination: ./_site
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2

This comment has been minimized.

Copy link
@rushintiger

rushintiger Feb 6, 2024

You appear to have a sample of a YAML file for a workflow related to GitHub Actions. The update that is being discussed is the switch from actions/upload-pages-artifact@v2} to actions/upload-pages-artifact@v3}. This change likely refers to updating the version of the action being used in the workflow. If you have any specific questions about this change or need further assistance, feel free to ask!

uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand Down

1 comment on commit 2bfd988

@rushintiger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rush in emote

Please sign in to comment.