Skip to content

Commit 778fe76

Browse files
authored
Merge pull request #19 from AppCoreNet/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents 31bb317 + 8438c06 commit 778fe76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
8.0.x
103103
9.0.x
104104
- name: Download artifacts
105-
uses: actions/download-artifact@v4
105+
uses: actions/download-artifact@v5
106106
with:
107107
name: artifacts
108108
path: ./artifacts
@@ -125,7 +125,7 @@ jobs:
125125
8.0.x
126126
9.0.x
127127
- name: Download artifacts
128-
uses: actions/download-artifact@v4
128+
uses: actions/download-artifact@v5
129129
with:
130130
name: artifacts
131131
path: ./artifacts

0 commit comments

Comments
 (0)