Skip to content

Commit df0d5e5

Browse files
committed
github: Use latest versions of checkout and upload-artifact actions
1 parent 8e8238c commit df0d5e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
steps:
77

8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99

1010
- name: Set environment variables
1111
id: vars
@@ -43,7 +43,7 @@ jobs:
4343
mv flashfloppy-$VER.zip _cidist/
4444
4545
- name: Upload artifacts
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v3
4747
with:
4848
name: FlashFloppy.CI.${{ steps.vars.outputs.sha_short }}
4949
path: _cidist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212

13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Set environment variables
1616
id: vars

0 commit comments

Comments
 (0)