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 5d1c308 commit 9ba4a55
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 @@ -31,7 +31,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 Down Expand Up @@ -60,7 +60,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 @@ -77,7 +77,7 @@ jobs:
steps:
# 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 9ba4a55

Please sign in to comment.