Skip to content

Commit

Permalink
[github-action] bump version of upload/download artifact actions (#3021)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomáš Ludvik <[email protected]>
  • Loading branch information
grossmannmartin and TomasLudvik authored Feb 9, 2024
1 parent e7c3e97 commit e68d674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tagged-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: GIT checkout tag - ${{ github.ref }}
uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-dev-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ref: refs/heads/${{ matrix.branches }}
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit e68d674

Please sign in to comment.