1 Star 0 Fork 6

ocs-commit-check/dbus-broker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
5d34d91b138fc802a016aa68c093eb81ea31139c.patch 970 Bytes
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2025-01-17 11:01 . - [Type] other
From 5d34d91b138fc802a016aa68c093eb81ea31139c Mon Sep 17 00:00:00 2001
From: Frantisek Sumsal <[email protected]>
Date: Tue, 7 Jan 2025 14:35:56 +0100
Subject: [PATCH] ci: bump actions/upload-artifact to v4
As v3 is deprecated and is going away at the end of January.
See: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
---
.github/workflows/fuzz.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index 8e969236..928e0313 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -46,7 +46,7 @@ jobs:
sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash
if: failure() && steps.build.outcome == 'success'
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ${{ matrix.sanitizer }}-${{ matrix.architecture }}-artifacts
path: ./out/artifacts
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-commit-check/dbus-broker.git
[email protected]:ocs-commit-check/dbus-broker.git
ocs-commit-check
dbus-broker
dbus-broker
master

搜索帮助