Skip to content

Commit 21edcc8

Browse files
renovate[bot]wolfgangwalther
authored andcommitted
chore(deps): update github artifact actions
1 parent 6f46233 commit 21edcc8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/actions/artifact-from-cirrus/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runs:
112112
echo "artifacts=${artifacts}" >> "$GITHUB_OUTPUT"
113113
- name: Save artifact to GitHub Actions
114114
if: steps.find-task.outputs.task_found
115-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
116116
with:
117117
name: ${{ inputs.upload }}
118118
path: ${{ steps.download.outputs.artifacts }}

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build static executable
4343
run: nix-build -A postgrestStatic -A postgrestStatic.tests
4444
- name: Save built executable as artifact
45-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4646
with:
4747
name: postgrest-linux-static-x86-64
4848
path: result/bin/postgrest
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build Docker image
5252
run: nix-build -A docker.image --out-link postgrest-docker.tar.gz
5353
- name: Save built Docker image as artifact
54-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5555
with:
5656
name: postgrest-docker-x86-64
5757
path: postgrest-docker.tar.gz
@@ -155,7 +155,7 @@ jobs:
155155
- name: Strip Executable
156156
run: strip result/postgrest*
157157
- name: Save built executable as artifact
158-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
158+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
159159
with:
160160
name: ${{ matrix.artifact }}
161161
path: |

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "Relevant extract from CHANGELOG.md:"
5050
cat CHANGES.md
5151
- name: Save CHANGES.md as artifact
52-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5353
with:
5454
name: release-changes
5555
path: CHANGES.md
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868
- name: Download all artifacts
69-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
69+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7070
with:
7171
path: artifacts
7272
- name: Create release bundle with archives for all builds
@@ -94,7 +94,7 @@ jobs:
9494
artifacts/postgrest-windows-x86-64/postgrest.exe
9595
9696
- name: Save release bundle
97-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
97+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9898
with:
9999
name: release-bundle
100100
path: release-bundle
@@ -140,11 +140,11 @@ jobs:
140140
steps:
141141
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142142
- name: Download x86-64 Docker image
143-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
143+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
144144
with:
145145
name: postgrest-docker-x86-64
146146
- name: Download aarch64 binary
147-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
147+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
148148
with:
149149
name: postgrest-ubuntu-aarch64
150150
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

0 commit comments

Comments
 (0)