Skip to content

Commit 3e0c195

Browse files
Bump actions/download-artifact from 6.0.0 to 8.0.1 (#264)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bd5de5 commit 3e0c195

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/post-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pr-number: ${{ steps.build-info.outputs.pr-number }}
3030
steps:
3131
- name: Download build info
32-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
32+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3333
with:
3434
name: build-info
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
5959
- run: mkdir -p ${{ runner.temp }}/artifacts/
6060

6161
- name: Download all the dists
62-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
62+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6363
with:
6464
name: streamlit-server-state-${{ needs.get-build-info.outputs.trigger-sha }}
6565
path: ${{ runner.temp }}/artifacts/streamlit-server-state
@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Download all the dists
127-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
127+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
128128
with:
129129
name: streamlit-server-state-${{ needs.get-build-info.outputs.tag }}
130130
path: dist/
@@ -147,7 +147,7 @@ jobs:
147147

148148
steps:
149149
- name: Download all the dists
150-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
150+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
151151
with:
152152
name: streamlit-server-state-${{ needs.get-build-info.outputs.tag }}
153153
path: dist/

0 commit comments

Comments
 (0)