Skip to content

Commit ac8277a

Browse files
authored
Merge pull request #48 from AppCoreNet/renovate/major-github-artifact-actions
Update GitHub Artifact Actions (major)
2 parents e452ad3 + 2369c04 commit ac8277a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
#
5151
- name: Upload artifacts
5252
if: matrix.os == 'ubuntu-latest'
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: artifacts
5656
path: ./artifacts
5757
- name: Upload test results
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: test-results-${{ matrix.os }}
6161
path: ./test-results
@@ -75,7 +75,7 @@ jobs:
7575
8.0.x
7676
9.0.x
7777
- name: Download artifacts
78-
uses: actions/download-artifact@v5
78+
uses: actions/download-artifact@v6
7979
with:
8080
name: artifacts
8181
path: ./artifacts
@@ -98,7 +98,7 @@ jobs:
9898
8.0.x
9999
9.0.x
100100
- name: Download artifacts
101-
uses: actions/download-artifact@v5
101+
uses: actions/download-artifact@v6
102102
with:
103103
name: artifacts
104104
path: ./artifacts

0 commit comments

Comments
 (0)