Skip to content

Commit b818e2f

Browse files
committed
merge main into branch
2 parents 7b29840 + ef54519 commit b818e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aur-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Download binary
28-
uses: actions/download-artifact@v4
28+
uses: actions/download-artifact@v4.1.7
2929
with:
3030
name: egpu-switcher-amd64
3131
path: ./download

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20-
- uses: actions/download-artifact@v4
20+
- uses: actions/download-artifact@v4.1.7
2121
with:
2222
name: ${{ inputs.binary }}
2323
path: ./download

0 commit comments

Comments
 (0)