Skip to content

Commit

Permalink
Merge branch 'main' into stale_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Sep 4, 2024
2 parents b9f31f1 + 82d7fb7 commit 90b62f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
aws s3 cp build/builder s3://$AWS_S3_BUCKET/channels/$CHANNEL/builder.pyz
- name: Artifact builder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: builder
path: build/builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
aws s3 cp build/builder s3://$AWS_S3_BUCKET/releases/${{ steps.tag.outputs.release_tag }}/builder.pyz
- name: Artifact builder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: builder
path: build/builder
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
zipinfo -1 build/builder.pyz
- name: Artifact builder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: builder
path: build/builder.pyz
Expand All @@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand All @@ -208,7 +208,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand All @@ -230,7 +230,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand Down

0 comments on commit 90b62f6

Please sign in to comment.