Skip to content

Commit 1a90024

Browse files
authored
Merge pull request #509 from betaflight/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 47c4b7d + f259f03 commit 1a90024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Fetch build artifacts
23-
uses: actions/download-artifact@v3
23+
uses: actions/download-artifact@v4.1.7
2424

2525
- name: List assets
2626
run: ls -al Assets

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Fetch build artifacts
38-
uses: actions/download-artifact@v3
38+
uses: actions/download-artifact@v4.1.7
3939

4040
- name: Select release notes
4141
id: notes

0 commit comments

Comments
 (0)