Skip to content

Commit 32ef525

Browse files
Bump actions/upload-artifact from 5 to 6 (#1901)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18b6ec5 commit 32ef525

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/c-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
cppcheck_options: '-U_OPENMP -UAMREX_USE_GPU -UAMREX_USE_CUDA -UAMREX_USE_HIP -U_MSC_VER'
3535

3636
- name: Archive clang tidy report
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: clang-tidy-report
4040
path: clang-tidy-report.txt
4141

4242
- name: Archive cppcheck report
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: cppcheck-report
4646
path: cppcheck-report.txt

.github/workflows/castro-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
PR_NUMBER: ${{ github.event.number }}
7979
run: |
8080
echo $PR_NUMBER > pr_number.txt
81-
- uses: actions/upload-artifact@v5
81+
- uses: actions/upload-artifact@v6
8282
with:
8383
name: pr_number
8484
path: pr_number.txt

.github/workflows/castro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
PR_NUMBER: ${{ github.event.number }}
8383
run: |
8484
echo $PR_NUMBER > pr_number.txt
85-
- uses: actions/upload-artifact@v5
85+
- uses: actions/upload-artifact@v6
8686
with:
8787
name: pr_number
8888
path: pr_number.txt

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# This should be the path to the paper within your repo.
1818
paper-path: paper/paper.md
1919
- name: Upload
20-
uses: actions/upload-artifact@v5
20+
uses: actions/upload-artifact@v6
2121
with:
2222
name: paper
2323
# This is the output path where Pandoc will write the compiled

0 commit comments

Comments
 (0)