Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit a7bc14a

Browse files
Bump github actions to v4
1 parent 08b3c87 commit a7bc14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Naev Website Repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup APT Packages
1818
uses: awalsh128/cache-apt-pkgs-action@latest
@@ -30,14 +30,14 @@ jobs:
3030
make check
3131
3232
- name: Upload Crash Log
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: naev-website-${{ github.sha }}-crashlog
3636
path: ./*.log
3737
if-no-files-found: warn
3838

3939
- name: Upload Website Artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: naev-website-${{ github.sha }}
4343
path: ./output/*

0 commit comments

Comments
 (0)