Skip to content

Commit eb793a5

Browse files
committed
change pkg
1 parent 3dffafa commit eb793a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Build daemon for ${{ matrix.os }}
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@latest
32+
- uses: actions/checkout@v3
3333
- name: Install libpcsc
3434
run: sudo apt-get install libpcsclite-dev
3535
if: matrix.os == 'ubuntu-latest'
@@ -64,7 +64,7 @@ jobs:
6464
asset_name: ${{ matrix.asset_name }}
6565
tag: ${{ github.ref }}
6666
- name: Upload artifacts (if not tag)
67-
uses: actions/upload-artifact@latest
67+
uses: actions/upload-artifact@v3
6868
if: github.ref_type != 'tag'
6969
with:
7070
name: ${{ matrix.artifact_name }}

0 commit comments

Comments
 (0)