Skip to content

Commit c4b9ca1

Browse files
committed
ci: bump actions/checkout, actions/upload-artifact and actions/download-artifact to v4
1 parent d575095 commit c4b9ca1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/Doc.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838

3939
- name: 🧰 Checkout
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141

4242
- name: 🛠️ Get bib files from umarcor/umarcor
4343
run: |
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565

6666
- name: 🧰 Checkout
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868

6969
- name: 🛠️ Create subdir 'doc/pdf'
7070
run: mkdir -p doc/pdf
@@ -73,7 +73,7 @@ jobs:
7373
run: make -C doc/${{ matrix.slides }} container
7474

7575
- name: '📤 Upload artifact: ${{ matrix.slides }}.pdf'
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: ${{ matrix.slides }}
7979
path: doc/pdf/*.pdf
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292

9393
- name: '📥 Download artifacts'
94-
uses: actions/download-artifact@v3
94+
uses: actions/download-artifact@v4
9595
with:
9696
path: artifacts
9797

.github/workflows/Test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454

5555
- name: 🧰 Checkout
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757

5858
- name: 🛠️ Setup EDA tools
5959
run: ./doc/setup.msys2.sh
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979

8080
- name: 🧰 Checkout
81-
uses: actions/checkout@v3
81+
uses: actions/checkout@v4
8282
with:
8383
submodules: recursive
8484

0 commit comments

Comments
 (0)