Skip to content

Commit

Permalink
Bump up github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sternik committed Sep 17, 2024
1 parent 24123de commit badeb01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Nordcloud Oy or its affiliates. All Rights Reserved.
# Copyright 2021-2024 Nordcloud Oy or its affiliates. All Rights Reserved.

on:
push:
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
- goos: windows
goarch: amd64
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
- run: |
Expand All @@ -65,7 +65,7 @@ jobs:
asset_path: ./terraform-provider-imagefactory_${{ needs.release.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip
asset_name: terraform-provider-imagefactory_${{ needs.release.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip
asset_content_type: application/binary
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: terraform-provider-imagefactory_${{ matrix.goos }}_${{ matrix.goarch }}
path: terraform-provider-imagefactory_${{ needs.release.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip
Expand All @@ -77,8 +77,8 @@ jobs:
name: Sign provider and upload metadata files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v4.1.7
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
path: artifacts
- run: |
Expand Down

0 comments on commit badeb01

Please sign in to comment.