Skip to content

Commit

Permalink
chore(gha): bump actions/upload-artifact from 3 to 4 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 9f6aa78 commit bf38cd1
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 bf38cd1

Please sign in to comment.