Skip to content

Commit 7770e26

Browse files
Bump actions/upload-artifact from 6 to 7 (#295)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e547c73 commit 7770e26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-surveys.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: Rscript inst/dev/check_all_surveys.r
6868

6969
- name: Upload survey files as artifacts
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
if: always() # Upload even if checks failed
7272
with:
7373
name: survey-files
@@ -76,7 +76,7 @@ jobs:
7676
if-no-files-found: warn
7777

7878
- name: Upload check results
79-
uses: actions/upload-artifact@v6
79+
uses: actions/upload-artifact@v7
8080
if: always()
8181
with:
8282
name: check-results

.github/workflows/render_readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: Rscript {0}
4242

4343
- name: Upload README.md as an artifact
44-
uses: actions/upload-artifact@v6
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: readme
4747
path: README.md

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Upload test results
6161
if: failure()
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: coverage-test-failures
6565
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)