Skip to content

Commit

Permalink
Merge pull request #622 from strukturag/dependabot/github_actions/art…
Browse files Browse the repository at this point in the history
…ifacts-8204c6933e

build(deps): Bump the artifacts group with 2 updates
  • Loading branch information
fancycode authored Dec 18, 2023
2 parents 6c377ee + 075e505 commit 7a88790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down

0 comments on commit 7a88790

Please sign in to comment.