Skip to content

Commit

Permalink
Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Nov 7, 2024
1 parent 964a0ad commit 34cf541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- name: Build Python Artifact
run: |
poetry build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: python-artifact
path: dist/*
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
steps.pypi-test-publish.conclusion == 'success' ||
steps.pypi-publish.conclusion == 'success'
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
Expand All @@ -261,7 +261,7 @@ jobs:
if: |
steps.pypi-test-publish.conclusion == 'success' ||
steps.pypi-publish.conclusion == 'success'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile
Expand Down

0 comments on commit 34cf541

Please sign in to comment.