Skip to content

Commit 16a05d1

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-4.6.2' into feat/545-partial-matching-for-issuerlabel-on-cli
2 parents ebe53d7 + be7879d commit 16a05d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: matrix.build != 'aarch64-linux'
9090
run: cargo build
9191

92-
- uses: actions/[email protected].0
92+
- uses: actions/[email protected].2
9393
with:
9494
name: bins-${{ matrix.build }}
9595
# Two paths, the first for x86_64 jobs, the second for aarch64.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
7878
fi
7979
80-
- uses: actions/[email protected].0
80+
- uses: actions/[email protected].2
8181
with:
8282
name: cotp-${{ matrix.build }}
8383
path: dist

0 commit comments

Comments
 (0)