Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbell87 committed Dec 15, 2023
1 parent b8b1079 commit fb5db26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Store the repository as an artifact
- name: Upload repository as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: repo
path: ./
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
# Fetch repo
- name: Download repository from artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: repo

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
steps:
# Fetch repo
- name: Download repository from artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: repo

Expand Down

0 comments on commit fb5db26

Please sign in to comment.