Skip to content

Commit 8e63f1e

Browse files
Update actions/upload-artifact action to v7
1 parent 42e212a commit 8e63f1e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mega-linter.yml

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

5151
# Upload MegaLinter artifacts
5252
- name: Archive production artifacts
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v7
5454
with:
5555
name: MegaLinter reports
5656
path: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
LOG4J_DEBUG: true
5656

5757
- name: Archive production artifacts (Windows only)
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v7
5959
if: ${{ always() && matrix.os == 'windows-latest' }}
6060
with:
6161
name: nf-quilt-test-reports-${{ matrix.os }}-${{ matrix.java_version }}
6262
path: |
6363
D:\a\nf-quilt\nf-quilt\build\reports\
6464
overwrite: true
6565
- name: Archive production artifacts (Linux and MacOS)
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v7
6767
if: ${{ always() && matrix.os != 'windows-latest' }}
6868
with:
6969
name: nf-quilt-test-reports-${{ matrix.os }}-${{ matrix.java_version }}

0 commit comments

Comments
 (0)