Skip to content

Commit 66b6c68

Browse files
authored
Update actions (#67)
1 parent 486f2a2 commit 66b6c68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
5959
name: Upload Artifact
6060
id: upload
61-
uses: actions/upload-artifact@v5
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: dist
6464
path: dist/

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
psutil
5151
5252
- name: Cache pip dependencies
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: ~/.cache/pip
5656
key: ${{ runner.os }}-pip
@@ -114,7 +114,7 @@ jobs:
114114
pip install --upgrade pip
115115
116116
- name: Cache pip dependencies
117-
uses: actions/cache@v4
117+
uses: actions/cache@v5
118118
with:
119119
path: ~/.cache/pip
120120
key: ${{ runner.os }}-pip

0 commit comments

Comments
 (0)