Skip to content

Commit 5dc095b

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-6
2 parents 9b30007 + ae201dd commit 5dc095b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Get branch name
3636
id: branch-name
37-
uses: tj-actions/branch-names@v9.0.0
37+
uses: tj-actions/branch-names@v9.0.2
3838

3939
- name: Build Docker image
4040
uses: strangelove-ventures/heighliner-build-action@v1.0.3
@@ -57,7 +57,7 @@ jobs:
5757
5858
# Use github actions artifacts for temporary storage of the docker image tarball
5959
- name: Publish Tarball as Artifact
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: persistence-docker-image
6363
path: ${{ env.TAR_PATH }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Get branch name
5050
id: branch-name
51-
uses: tj-actions/branch-names@v9.0.0
51+
uses: tj-actions/branch-names@v9.0.2
5252

5353
- name: Build and push Docker image
5454
uses: strangelove-ventures/heighliner-build-action@v1.0.3

0 commit comments

Comments
 (0)