Skip to content

Commit

Permalink
Update versions to get rid of github warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Feb 28, 2024
1 parent d3e4e9a commit 7e945b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-all-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
azure-cc-deployment-files
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: uid2-operator-release-${{ needs.start.outputs.new_version }}
path: ./artifacts/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- name: Check branch and release type
id: checkRelease
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2.2.2
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2
with:
release_type: ${{ inputs.release_type }}

Expand All @@ -68,7 +68,7 @@ jobs:
IS_RELEASE: ${{ steps.checkRelease.outputs.IS_RELEASE }}

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -89,7 +89,7 @@ jobs:
fetch-depth: 0

- name: Restore timestamps
uses: thetradedesk/git-restore-mtime-action@v1.2
uses: thetradedesk/git-restore-mtime-action@v1.3

- name: Set version number
id: version
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
bash ./scripts/azure-cc/deployment/generate-deployment-artifacts.sh
- name: Archive deployment artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: azure-cc-deployment-files
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-gcp-oidc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
IS_RELEASE: ${{ steps.checkRelease.outputs.IS_RELEASE }}

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -91,7 +91,7 @@ jobs:
fetch-depth: 0

- name: Restore timestamps
uses: thetradedesk/git-restore-mtime-action@v1.2
uses: thetradedesk/git-restore-mtime-action@v1.3

- name: Set version number
id: version
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
bash ./scripts/gcp-oidc/generate-deployment-artifacts.sh
- name: Archive deployment artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gcp-oidc-deployment-files
path: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo $IMAGE > image-details/image.json
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image-details
path: image-details/

0 comments on commit 7e945b7

Please sign in to comment.