Skip to content

Commit 138202f

Browse files
authored
Merge pull request #1118 from nunit/renovate/major-github-artifact-actions
Update GitHub Artifact Actions (major)
2 parents e6100b6 + ff5f32a commit 138202f

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
@@ -64,7 +64,7 @@ jobs:
6464
- name: zip site contents
6565
run: zip -r _site.zip docs/_site/
6666
- name: Archive site artifacts
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: siteArtifact
7070
path: _site.zip
@@ -93,7 +93,7 @@ jobs:
9393
if: ${{ github.ref == 'refs/heads/master'}}
9494
steps:
9595
- name: Download site artifacts
96-
uses: actions/download-artifact@v6
96+
uses: actions/download-artifact@v7
9797
with:
9898
name: siteArtifact
9999
- name: unzip site contents

0 commit comments

Comments
 (0)