Skip to content

Commit

Permalink
CI: Update versions of used actions
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
thetredev committed Jul 25, 2024
1 parent f265bd8 commit 3a6afaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
/workspace/scripts/sign_repository.sh "repository-${{ matrix.config.arch }}" ${{ github.repository_owner }} ${{ github.event.pusher.email }}
- name: Upload repository as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "repository-${{ matrix.config.arch }}"
path: "repository-${{ matrix.config.arch }}"
Expand All @@ -85,7 +85,7 @@ jobs:
submodules: true

- name: Download all build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Merge artifacts
run: |
Expand All @@ -106,7 +106,7 @@ jobs:
run: cd repository && /tmp/apindex/bin/apindex .

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: repository

Expand All @@ -122,4 +122,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 3a6afaa

Please sign in to comment.