File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
52
52
with :
53
53
ref : ${{ (inputs.tag != '' && !inputs.dry_run ) && format('refs/tags/v{0}', inputs.tag) || github.ref }}
54
54
55
- - name : Fetch Cached Artifacts
56
- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
55
+ - name : Download Artifacts
56
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
57
57
with :
58
+ name : dist-${{ github.run_id }}
58
59
path : ${{ github.workspace }}/dist
59
- key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
60
60
61
61
- name : Docker Buildx
62
62
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
Original file line number Diff line number Diff line change 9
9
branches :
10
10
- " **"
11
11
schedule :
12
- - cron : " 0 4 * * *" # run every day at 4am UTC
12
+ - cron : " 0 4 * * *" # run every day at 4am UTC (nightly builds)
13
13
workflow_call :
14
14
inputs :
15
15
is_production_release :
@@ -265,11 +265,12 @@ jobs:
265
265
echo "Generated JSON: $json"
266
266
echo "json=$json" >> $GITHUB_OUTPUT
267
267
268
- - name : Cache Artifacts
269
- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
268
+ - name : Upload Artifacts
269
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
270
270
with :
271
+ name : dist-${{ github.run_id }}
271
272
path : ${{ github.workspace }}/dist
272
- key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
273
+ retention-days : 1
273
274
274
275
assertion :
275
276
name : Generate and Sign Assertion Documents
@@ -307,11 +308,11 @@ jobs:
307
308
with :
308
309
go-version : stable
309
310
310
- - name : Fetch Cached Artifacts
311
- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
311
+ - name : Download Artifacts
312
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
312
313
with :
314
+ name : dist-${{ github.run_id }}
313
315
path : ${{ github.workspace }}/dist
314
- key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
315
316
316
317
- name : List Dependencies in Go Binary
317
318
id : godeps
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
with :
25
25
fetch-depth : 0
26
26
27
- - name : Fetch Cached Artifacts
28
- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
27
+ - name : Download Artifacts
28
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
29
29
with :
30
+ name : dist-${{ github.run_id }}
30
31
path : ${{ github.workspace }}/dist
31
- key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
32
32
33
33
- name : Docker Buildx
34
34
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
You can’t perform that action at this time.
0 commit comments