Skip to content

Commit 24736fd

Browse files
author
Clifford W. Johnson
committed
Update to v4 of GitHub artifact actions
1 parent 407fd78 commit 24736fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ github.event_name == 'pull_request' }}
1717
steps:
1818
- name: Upload
19-
uses: actions/upload-artifact@v2
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: Event File
2222
path: ${{ github.event_path }}
@@ -47,7 +47,7 @@ jobs:
4747
run: ./gradlew --show-version check
4848
- name: Upload Test Results
4949
if: always()
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: Test Results (container almalinux ${{matrix.distribution}}-${{matrix.java}} as root)
5353
path: |
@@ -85,7 +85,7 @@ jobs:
8585
./gradlew --show-version --init-script .github/workflows/propagateUserHome.gradle.kts check
8686
- name: Upload Test Results
8787
if: always()
88-
uses: actions/upload-artifact@v2
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: Test Results (container almalinux ${{matrix.distribution}}-${{matrix.java}} as user)
9191
path: |
@@ -116,7 +116,7 @@ jobs:
116116
run: ./gradlew --show-version ${{ startsWith(matrix.os, 'windows') && 'build' || 'build --exclude-task javadoc' }}
117117
- name: Upload Test Results
118118
if: always()
119-
uses: actions/upload-artifact@v2
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: Test Results (${{matrix.os}} ${{matrix.distribution}}-${{matrix.java}})
122122
path: |
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ github.event_name != 'pull_request' }}
137137
steps:
138138
- name: Download Artifacts
139-
uses: actions/download-artifact@v2
139+
uses: actions/download-artifact@v4
140140
with:
141141
path: artifacts
142142
- name: Publish Test Results

0 commit comments

Comments
 (0)