Skip to content

Commit

Permalink
Revert "Update actions"
Browse files Browse the repository at this point in the history
This reverts commit 5d1dfea.
  • Loading branch information
AlvinSchiller committed Jan 3, 2024
1 parent b2f7ece commit cb6b689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_docker_debian_codename_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
BASE_TEST_IMAGE=${{ steps.vars.outputs.image_tag_name_local_base }}
- name: Artifact Upload Docker Image
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ steps.vars.outputs.image_file_name }}
path: ${{ steps.vars.outputs.image_file_path }}
Expand All @@ -150,7 +150,7 @@ jobs:
uses: docker/[email protected]

- name: Artifact Download Docker Image
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: ${{ needs.build.outputs.image_file_name }}

Expand All @@ -177,6 +177,6 @@ jobs:

steps:
- name: Artifact Delete Docker Image
uses: geekyeggo/delete-artifact@v4
uses: geekyeggo/delete-artifact@v2
with:
name: ${{ needs.build.outputs.image_file_name }}

0 comments on commit cb6b689

Please sign in to comment.