Skip to content

Commit

Permalink
GH actions: bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Dec 22, 2023
1 parent 36d5a7f commit c61f8c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Log into Github registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Log into Github registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand All @@ -35,19 +35,19 @@ jobs:
bzip2 artifacts/*
- name: Upload curator executable
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: curator
path: artifacts/curator.bz2

- name: Upload casa-curator executable
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: casa-curator
path: artifacts/casa-curator.bz2

- name: Publish artifacts
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/*
Expand Down

0 comments on commit c61f8c3

Please sign in to comment.