Skip to content

Commit

Permalink
Make uploading of Debian packages work again
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Sep 19, 2024
1 parent 8288a81 commit 4e3e5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
},
{
"name": "linux_amd64: upload bb_clientd.deb",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_clientd.linux_amd64.deb",
"path": "bb_clientd.deb"
Expand Down
2 changes: 1 addition & 1 deletion tools/github_workflows/github_workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workflows_template.getWorkflows(
},
{
name: 'linux_amd64: upload bb_clientd.deb',
uses: 'actions/upload-artifact@v2-preview',
uses: 'actions/upload-artifact@v4',
with: {
name: 'bb_clientd.linux_amd64.deb',
path: 'bb_clientd.deb',
Expand Down

0 comments on commit 4e3e5a9

Please sign in to comment.