Skip to content

Commit 44a9c58

Browse files
authored
Merge pull request #3 from DirektDSP/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents d67efe7 + 7c7eead commit 44a9c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
needs: build_and_test
249249
steps:
250250
- name: Get Artifacts
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v5
252252

253253
- name: Create Release
254254
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)