Skip to content

Commit 32f65fb

Browse files
Merge pull request #259 from xt0rted/dependabot/github_actions/github-actions-8f3a61e048
Bump actions/download-artifact from 4.1.8 to 4.1.9 in the github-actions group
2 parents db3b17d + 5900c4e commit 32f65fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Download nupkg
87-
uses: actions/download-artifact@v4.1.8
87+
uses: actions/download-artifact@v4.1.9
8888
with:
8989
name: nupkg
9090

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v4.2.2
5656

5757
- name: Download nupkg
58-
uses: actions/download-artifact@v4.1.8
58+
uses: actions/download-artifact@v4.1.9
5959
with:
6060
name: nupkg
6161
path: ./artifacts

0 commit comments

Comments
 (0)