Skip to content

Commit

Permalink
Chore(deps): bump actions/upload-artifact from 3.1.3 to 4.3.2
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.3...v4.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 698c287 commit 567d4f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: "Upload documentation artifacts"
if: "${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}"
uses: "actions/upload-artifact@v4"
uses: "actions/upload-artifact@v4.3.2"
with:
name: "documentation"
path: "build/docs"
Expand All @@ -36,7 +36,7 @@ jobs:
uses: "actions/checkout@v4"
- name: "Upload website artifacts"

uses: "actions/upload-artifact@v4"
uses: "actions/upload-artifact@v4.3.2"
with:
name: "website"
path: "data/website"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload PHAR file
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.2
with:
name: phpDocumentor.phar
path: build/phpDocumentor.phar
Expand Down

0 comments on commit 567d4f5

Please sign in to comment.