Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/rump-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
# allow manual trigger
workflow_dispatch:

# allow explict trigger from other repos when dependencies have changed
# allow explicit trigger from other repos when dependencies have changed
repository_dispatch:
types: [deps-update]

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
req: ${{ matrix.req }}
- name: Upload images
if: ${{ matrix.req != 'sim' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images-${{ matrix.req }}
path: '*-images.tar.gz'
Expand All @@ -72,7 +72,7 @@ jobs:
path: machine_queue
token: ${{ secrets.PRIV_REPO_TOKEN }}
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: images-${{ matrix.req }}
- name: Run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
req: ${{ matrix.req }}
- name: Upload images
if: ${{ matrix.req != 'sim' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images-${{ matrix.req }}
path: '*-images.tar.gz'