We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8238c commit df0d5e5Copy full SHA for df0d5e5
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-20.04
6
steps:
7
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
9
10
- name: Set environment variables
11
id: vars
@@ -43,7 +43,7 @@ jobs:
43
mv flashfloppy-$VER.zip _cidist/
44
45
- name: Upload artifacts
46
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
47
with:
48
name: FlashFloppy.CI.${{ steps.vars.outputs.sha_short }}
49
path: _cidist
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
12
13
14
15
16
0 commit comments