Skip to content

Commit 03298bf

Browse files
authored
Merge pull request #6881 from bndtools/dependabot/github_actions/actions/download-artifact-6.0.0
Bump actions/download-artifact from 5.0.0 to 6.0.0
2 parents c09eb33 + 4445434 commit 03298bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/postrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
ref: master
113113

114114
- name: download docs/releases/${{ github.event.inputs.V1 }}
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v6.0.0
116116
with:
117117
name: releasedocs
118118
path: docs/releases/${{ github.event.inputs.V1 }}/

.github/workflows/rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Set up Gradle
114114
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
115115
- name: Download dist/bundles
116-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
116+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
117117
with:
118118
name: ${{ needs.build.outputs.dist-bundles }}
119119
path: dist/bundles

0 commit comments

Comments
 (0)