diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-11 10:16:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 10:16:01 +0000 |
commit | f1e6b9717e2a4ad182abc2b900d7b991c1b04870 (patch) | |
tree | 9ec95d4667e2968d22b78465c13d9212d249fc81 /.github | |
parent | Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0 (#16794) (diff) | |
download | synapse-f1e6b9717e2a4ad182abc2b900d7b991c1b04870.tar.xz |
Bump actions/download-artifact from 3 to 4 (#16795)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release-artifacts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index baf4b62292..3f675f9b02 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -194,7 +194,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Build a tarball for the debs run: tar -cvJf debs.tar.xz debs - name: Attach to release |