Merge pull request #622 from strukturag/dependabot/github_actions/artifacts-8204c6933e

build(deps): Bump the artifacts group with 2 updates
This commit is contained in:
Joachim Bauch 2023-12-18 14:45:04 +01:00 committed by GitHub
commit 7a8879051d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ jobs:
make tarball
- name: Upload tarball
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tarball-${{ matrix.go-version }}
path: nextcloud-spreed-signaling*.tar.gz
@ -84,7 +84,7 @@ jobs:
sudo apt -y update && sudo apt -y install protobuf-compiler
- name: Download tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tarball-${{ matrix.go-version }}