Skip to content

Commit fd6dc25

Browse files
Bump dawidd6/action-download-artifact from 3.1.1 to 3.1.2
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c22982a commit fd6dc25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/git-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Download Build Artifact
17-
uses: dawidd6/[email protected].1
17+
uses: dawidd6/[email protected].2
1818
with:
1919
workflow: preview-and-release.yml
2020
workflow_conclusion: success

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: drop
7575
path: artifacts/current/
7676
- name: Download Last Successful Build
77-
uses: dawidd6/[email protected].1
77+
uses: dawidd6/[email protected].2
7878
with:
7979
workflow: preview-and-release.yml
8080
workflow_conclusion: success

0 commit comments

Comments
 (0)