Skip to content

Commit

Permalink
chore: update all action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini authored Nov 2, 2024
1 parent 3bf48de commit 599a1f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- develop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install dependencies
Expand All @@ -68,7 +68,7 @@ jobs:
set -x
cp -R /usr/share/doc/fluid/html/ site
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: fluid-${{ matrix.branch }}
path: site
Expand All @@ -78,11 +78,11 @@ jobs:
needs: [docs, fluid]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: site
- name: Set up
Expand Down

0 comments on commit 599a1f0

Please sign in to comment.