Skip to content

Commit

Permalink
Use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Sep 10, 2024
1 parent f74342a commit a889bc0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
{
"name": "linux_amd64: upload bb_copy",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_copy.linux_amd64",
"path": "bb_copy"
Expand All @@ -73,7 +73,7 @@
},
{
"name": "linux_amd64: upload bb_replicator",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_replicator.linux_amd64",
"path": "bb_replicator"
Expand All @@ -85,7 +85,7 @@
},
{
"name": "linux_amd64: upload bb_storage",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_storage.linux_amd64",
"path": "bb_storage"
Expand All @@ -101,7 +101,7 @@
},
{
"name": "linux_386: upload bb_copy",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_copy.linux_386",
"path": "bb_copy"
Expand All @@ -113,7 +113,7 @@
},
{
"name": "linux_386: upload bb_replicator",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_replicator.linux_386",
"path": "bb_replicator"
Expand All @@ -125,7 +125,7 @@
},
{
"name": "linux_386: upload bb_storage",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_storage.linux_386",
"path": "bb_storage"
Expand All @@ -141,7 +141,7 @@
},
{
"name": "linux_arm: upload bb_copy",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_copy.linux_arm",
"path": "bb_copy"
Expand All @@ -153,7 +153,7 @@
},
{
"name": "linux_arm: upload bb_replicator",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_replicator.linux_arm",
"path": "bb_replicator"
Expand All @@ -165,7 +165,7 @@
},
{
"name": "linux_arm: upload bb_storage",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_storage.linux_arm",
"path": "bb_storage"
Expand All @@ -181,7 +181,7 @@
},
{
"name": "linux_arm64: upload bb_copy",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_copy.linux_arm64",
"path": "bb_copy"
Expand All @@ -193,7 +193,7 @@
},
{
"name": "linux_arm64: upload bb_replicator",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_replicator.linux_arm64",
"path": "bb_replicator"
Expand All @@ -205,7 +205,7 @@
},
{
"name": "linux_arm64: upload bb_storage",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_storage.linux_arm64",
"path": "bb_storage"
Expand All @@ -221,7 +221,7 @@
},
{
"name": "darwin_amd64: upload bb_copy",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_copy.darwin_amd64",
"path": "bb_copy"
Expand All @@ -233,7 +233,7 @@
},
{
"name": "darwin_amd64: upload bb_replicator",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_replicator.darwin_amd64",
"path": "bb_replicator"
Expand All @@ -245,7 +245,7 @@
},
{
"name": "darwin_amd64: upload bb_storage",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_storage.darwin_amd64",
"path": "bb_storage"
Expand All @@ -261,7 +261,7 @@
},
{
"name": "darwin_arm64: upload bb_copy",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_copy.darwin_arm64",
"path": "bb_copy"
Expand All @@ -273,7 +273,7 @@
},
{
"name": "darwin_arm64: upload bb_replicator",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_replicator.darwin_arm64",
"path": "bb_replicator"
Expand All @@ -285,7 +285,7 @@
},
{
"name": "darwin_arm64: upload bb_storage",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_storage.darwin_arm64",
"path": "bb_storage"
Expand All @@ -301,7 +301,7 @@
},
{
"name": "freebsd_amd64: upload bb_copy",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_copy.freebsd_amd64",
"path": "bb_copy"
Expand All @@ -313,7 +313,7 @@
},
{
"name": "freebsd_amd64: upload bb_replicator",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_replicator.freebsd_amd64",
"path": "bb_replicator"
Expand All @@ -325,7 +325,7 @@
},
{
"name": "freebsd_amd64: upload bb_storage",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_storage.freebsd_amd64",
"path": "bb_storage"
Expand All @@ -341,7 +341,7 @@
},
{
"name": "windows_amd64: upload bb_copy",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_copy.windows_amd64",
"path": "bb_copy.exe"
Expand All @@ -353,7 +353,7 @@
},
{
"name": "windows_amd64: upload bb_replicator",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_replicator.windows_amd64",
"path": "bb_replicator.exe"
Expand All @@ -365,7 +365,7 @@
},
{
"name": "windows_amd64: upload bb_storage",
"uses": "actions/upload-artifact@v2-preview",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_storage.windows_amd64",
"path": "bb_storage.exe"
Expand Down
2 changes: 1 addition & 1 deletion tools/github_workflows/workflows_template.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
},
{
name: '%s: upload %s' % [platform.name, binary],
uses: 'actions/upload-artifact@v2-preview',
uses: 'actions/upload-artifact@v4',
with: {
name: '%s.%s' % [binary, platform.name],
path: binary + platform.extension,
Expand Down

0 comments on commit a889bc0

Please sign in to comment.