Skip to content

Commit 644575d

Browse files
dependabot[bot]a1ive
authored andcommitted
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0862447 commit 644575d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cp bmtool.exe build/
6767
cp mkinitrd.exe build/
6868
- name: Download README.pdf
69-
uses: actions/download-artifact@v4
69+
uses: actions/download-artifact@v5
7070
with:
7171
name: README.pdf
7272
path: build

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versioning information
22
#
3-
VERSION := v3.0.6
3+
VERSION := v3.0.7
44
WIMBOOT_VERSION := v2.8.0
55
SBAT_GENERATION := 1
66

0 commit comments

Comments
 (0)