Skip to content

Commit 5934d7d

Browse files
authored
Merge pull request #6733 from geodynamics/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 56e1b44 + c90adeb commit 5934d7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cd build
4949
./aspect --test
5050
- name: archive test results
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: clang-tidy-results.txt
5454
path: build/clang-tidy-results.txt

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
./contrib/utilities/indent
7272
git diff > changes-astyle.diff
7373
- name: archive indent results
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: changes-astyle.diff
7777
path: changes-astyle.diff
@@ -169,7 +169,7 @@ jobs:
169169
ninja generate_reference_output
170170
git diff ../tests > ${{ matrix.result-file }}
171171
- name: archive test results
172-
uses: actions/upload-artifact@v4
172+
uses: actions/upload-artifact@v5
173173
with:
174174
name: ${{ matrix.result-file }}
175175
path: build/${{ matrix.result-file }}

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Store typos diff file
4343
run: git diff > changes-typos.diff
4444
- name: archive typos results
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: changes-typos.diff
4848
path: changes-typos.diff

0 commit comments

Comments
 (0)