Skip to content

Commit

Permalink
ci: working on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Jul 24, 2024
1 parent 8432668 commit d60ad5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -70,7 +70,7 @@ jobs:
docker cp abi-execution:/app/__pipeline__.ipynb ./output/__pipeline__.ipynb
- name: Upload output artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output-files
path: ./output

0 comments on commit d60ad5f

Please sign in to comment.