Skip to content

Commit dbc14d1

Browse files
authored
Rename init container workflow (#2226)
1 parent 3b2fcd9 commit dbc14d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Create-Release-Tags.yml renamed to .github/workflows/Create-Init-Container-Release-Tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create release tags
1+
name: Create init-container release tags
22
on:
33
workflow_dispatch: # Allow manual trigger
44
inputs:
@@ -8,7 +8,7 @@ on:
88
type: string
99
jobs:
1010
create_release_tags:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Create release tags for K8s Init Container
1414
run: |

.github/workflows/GHA-Scala-Instrumentation-Tests.yaml

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

7676
- name: Capture build reports
7777
if: ${{ failure() }}
78-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # pin@v3
78+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # pin@v4
7979
with:
8080
name: instrumentation-results-java-${{ matrix.java-version }}-scala-${{ matrix.scala }}
8181
# The regex for the path below will capture instrumentation test HTML reports generated by gradle for all

0 commit comments

Comments
 (0)