Skip to content

Commit 69a1b17

Browse files
Bump the dependencies group with 2 updates (#157)
Bumps the dependencies group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85d56f0 commit 69a1b17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
1717
steps:
1818
- name: Download Artifact
19-
uses: actions/download-artifact@v5
19+
uses: actions/download-artifact@v6
2020
with:
2121
name: artifact
2222
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: failure()
3838
run: cat log.txt
3939
- name: Attach Log
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
if: failure()
4242
with:
4343
name: JSONValidationLog
@@ -50,7 +50,7 @@ jobs:
5050
cat log.txt | tee -a artifact.txt
5151
- name: Upload list of issues
5252
if: failure()
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: artifact
5656
path: |

0 commit comments

Comments
 (0)