Skip to content

Commit

Permalink
Update deprecated artifact github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Nov 20, 2024
1 parent 63c24e1 commit dba82ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
using: "composite"
steps:
-
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact_name }}
path: /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
docker save ${{ env.IMAGE }} -o /tmp/image;
- if: ${{ env.PUSH_ENABLED == 'true' }}
name: Upload System Test Image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-Dockerfile
path: /tmp/image
Expand Down

0 comments on commit dba82ef

Please sign in to comment.