Merge pull request #1154 from strukturag/dependabot/github_actions/artifacts-c2e7f7cad0

Bump the artifacts group with 2 updates
This commit is contained in:
Joachim Bauch 2025-12-15 09:03:59 +01:00 committed by GitHub
commit b68a109591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ jobs:
make tarball
- name: Upload tarball
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: tarball-${{ matrix.go-version }}
path: nextcloud-spreed-signaling*.tar.gz
@ -58,7 +58,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Download tarball
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: tarball-${{ matrix.go-version }}
@ -103,7 +103,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Download tarball
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: tarball-${{ matrix.go-version }}