Skip to content

Commit

Permalink
aktualaj gh-agoj
Browse files Browse the repository at this point in the history
  • Loading branch information
wdiestel committed Apr 12, 2024
1 parent aa5cba8 commit bbd4b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
# https://github.com/actions/checkout
- name: Ricevi la aktualan kodon
uses: actions/checkout@v3
uses: actions/checkout@v4

# - name: Run tests
# run: |
Expand All @@ -54,7 +54,7 @@ jobs:
# https://github.com/actions/upload-artifact
- name: Konservo de ${{ env.IMAGE_NAME }} por la sekvonta tasko
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.IMAGE_NAME }}
path: ${{ env.IMAGE_NAME }}.tar
Expand All @@ -72,7 +72,7 @@ jobs:

# https://github.com/actions/download-artifact
- name: Reakiro de ${{ env.IMAGE_NAME }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.IMAGE_NAME }}
path: image
Expand Down

0 comments on commit bbd4b73

Please sign in to comment.