Skip to content

Commit 269c817

Browse files
authored
Merge pull request #1055 from nunit/renovate/major-github-artifact-actions
chore(deps): update actions/download-artifact action to v5
2 parents 295b3e3 + b4f3e17 commit 269c817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: ${{ github.ref != 'refs/heads/master'}}
9494
steps:
9595
- name: Download site artifacts
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v5
9797
with:
9898
name: siteArtifact
9999
- name: unzip site contents
@@ -140,7 +140,7 @@ jobs:
140140
if: ${{ github.ref == 'refs/heads/master'}}
141141
steps:
142142
- name: Download site artifacts
143-
uses: actions/download-artifact@v4
143+
uses: actions/download-artifact@v5
144144
with:
145145
name: siteArtifact
146146
- name: unzip site contents

0 commit comments

Comments
 (0)