Skip to content

Commit

Permalink
Bump github actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro authored Nov 5, 2024
1 parent 08b3c87 commit a7bc14a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout Naev Website Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup APT Packages
uses: awalsh128/cache-apt-pkgs-action@latest
Expand All @@ -30,14 +30,14 @@ jobs:
make check
- name: Upload Crash Log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: naev-website-${{ github.sha }}-crashlog
path: ./*.log
if-no-files-found: warn

- name: Upload Website Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: naev-website-${{ github.sha }}
path: ./output/*
Expand Down

0 comments on commit a7bc14a

Please sign in to comment.