Skip to content

Commit dac2584

Browse files
Bump the actions-deps group with 3 updates (#458)
Bumps the actions-deps group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `crate-ci/typos` from 1.37.0 to 1.39.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.37.0...v1.39.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: crate-ci/typos dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea75994 commit dac2584

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr-tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
tags: trow:onpr
6767
outputs: type=docker,dest=/tmp/trow_image.tar.zst
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
retention-days: 1
7272
name: "trow-image-${{ github.event.pull_request.number }}"
@@ -79,7 +79,7 @@ jobs:
7979
timeout-minutes: 10
8080
steps:
8181
- name: Download container image artifact
82-
uses: actions/download-artifact@v5
82+
uses: actions/download-artifact@v6
8383
with:
8484
name: "trow-image-${{ github.event.pull_request.number }}"
8585
path: /tmp
@@ -118,7 +118,7 @@ jobs:
118118
timeout-minutes: 10
119119
steps:
120120
- name: Download container image artifact
121-
uses: actions/download-artifact@v5
121+
uses: actions/download-artifact@v6
122122
with:
123123
name: "trow-image-${{ github.event.pull_request.number }}"
124124
path: /tmp
@@ -154,7 +154,7 @@ jobs:
154154
run: .github/workflows/config/export-pod-logs.sh
155155
- if: always()
156156
name: Upload pod logs
157-
uses: actions/upload-artifact@v4
157+
uses: actions/upload-artifact@v5
158158
with:
159159
name: pod-logs-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
160160
path: ./pod_logs/*.txt
@@ -168,4 +168,4 @@ jobs:
168168
steps:
169169
- uses: actions/checkout@v5
170170
- name: Check spelling
171-
uses: crate-ci/typos@v1.37.0
171+
uses: crate-ci/typos@v1.39.0

0 commit comments

Comments
 (0)