Skip to content

Commit bf38cd1

Browse files
chore(gha): bump actions/upload-artifact from 3 to 4 (#267)
1 parent 9f6aa78 commit bf38cd1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
R CMD build .
7070
ls -la
7171
- name: Upload the source package
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package
7575
path: bpmnVisualizationR_*.tar.gz
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Upload source package check results
8181
if: ${{ failure() && steps.source_package_checks.outcome == 'failure' }}
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package-check-results
8585
path: bpmnVisualizationR.Rcheck

.github/workflows/publish-documentation-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Always upload the website for local browsing and when it cannot be deployed to surge
3434
- name: Upload documentation
3535
if: github.event.action != 'closed'
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: documentation-${{github.sha}}
3939
path: docs

0 commit comments

Comments
 (0)