Skip to content

Commit

Permalink
website_build.yml: Bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro authored Sep 15, 2024
1 parent 60039d3 commit 5b237f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/website_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
if: github.event.inputs.publish_type == 'website'
steps:
- name: "Checkout `naev.org`"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ github.workspace }}/prod
- name: "Clone `naev-website`"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'naev/naev-website'
path: ${{ github.workspace }}/staging
Expand Down Expand Up @@ -53,11 +53,11 @@ jobs:
image: "ghcr.io/naev/naev-docs:latest"
steps:
- name: "Checkout `naev.org`"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: /__w/naev.github.io/naev.github.io/prod
- name: "Checkout `naev`"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'naev/naev'
submodules: 'recursive'
Expand All @@ -69,7 +69,7 @@ jobs:
meson compile -C build
working-directory: ${{ github.workspace }}/staging
- name: "Upload Build Log"
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: ${{ success() || steps.build.outcome == 'failure' }}
with:
name: meson-build-log
Expand Down

0 comments on commit 5b237f6

Please sign in to comment.