Skip to content

Commit 12c972c

Browse files
1 parent 8b7b8ec commit 12c972c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/GitHub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
VCPKG_DISABLE_METRICS: 1
5353

5454
steps:
55-
- uses: pozil/auto-assign-issue@v2.1.2
55+
- uses: pozil/auto-assign-issue@v2.0.1
5656
with:
5757
repo-token: ${{ secrets.GITHUB_TOKEN }}
5858
assignees: NikolaRHristov

.github/workflows/Node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- run: pnpm run prepublishOnly
8989
working-directory: .
9090

91-
- uses: actions/upload-artifact@v4.6.0
91+
- uses: actions/upload-artifact@v4.5.0
9292
with:
9393
name: .-Node-${{ matrix.node-version }}-Target
9494
path: ./Target

0 commit comments

Comments
 (0)