Skip to content

Commit

Permalink
chore(gha): bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-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 20, 2023
1 parent b4328fb commit 25c90a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
R CMD build .
ls -la
- name: Upload the source package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package
path: bpmnVisualizationR_*.tar.gz
Expand All @@ -79,7 +79,7 @@ jobs:

- name: Upload source package check results
if: ${{ failure() && steps.source_package_checks.outcome == 'failure' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package-check-results
path: bpmnVisualizationR.Rcheck
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Always upload the website for local browsing and when it cannot be deployed to surge
- name: Upload documentation
if: github.event.action != 'closed'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation-${{github.sha}}
path: docs
Expand Down

0 comments on commit 25c90a6

Please sign in to comment.