Skip to content

Commit

Permalink
Bump artifacts actions to v4
Browse files Browse the repository at this point in the history
dependabot suggested bumping download-artifact only but both need to
have compatible versions.

Signed-off-by: Marc Dequènes (Duck) <duck@redhat.com>
  • Loading branch information
duck-rh committed Sep 10, 2024
1 parent ee44408 commit 1829a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: "Build website"
run: docker run --rm --mount type=bind,source=$(pwd),target=/srv/site ovirt-site build
- name: "Upload generated content"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ovirt-site
if-no-files-found: error
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: "Create preview build directory"
run: mkdir -p "${{needs.build.outputs.PREVIEW_PATH}}"
- name: "Download generated content"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ovirt-site
path: "${{needs.build.outputs.PREVIEW_PATH}}"
Expand Down

0 comments on commit 1829a55

Please sign in to comment.