We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dffafa commit eb793a5Copy full SHA for eb793a5
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
name: Build daemon for ${{ matrix.os }}
30
runs-on: ${{ matrix.os }}
31
steps:
32
- - uses: actions/checkout@latest
+ - uses: actions/checkout@v3
33
- name: Install libpcsc
34
run: sudo apt-get install libpcsclite-dev
35
if: matrix.os == 'ubuntu-latest'
@@ -64,7 +64,7 @@ jobs:
64
asset_name: ${{ matrix.asset_name }}
65
tag: ${{ github.ref }}
66
- name: Upload artifacts (if not tag)
67
- uses: actions/upload-artifact@latest
+ uses: actions/upload-artifact@v3
68
if: github.ref_type != 'tag'
69
with:
70
name: ${{ matrix.artifact_name }}
0 commit comments